From c5f31b9a0da4309744d91b1c058cc86c04cb3079 Mon Sep 17 00:00:00 2001 From: Vladimir Ivanov Date: Mon, 11 Apr 2022 13:19:46 -0700 Subject: [PATCH] chore(doc): Clarify doc for Rollout.spec.progressDeadlineAbort --- docs/features/specification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/specification.md b/docs/features/specification.md index 5a4d23394b..c61f8d4446 100644 --- a/docs/features/specification.md +++ b/docs/features/specification.md @@ -60,8 +60,7 @@ spec: # Defaults to 600s progressDeadlineSeconds: 600 - # Whether to abort the update when ProgressDeadlineSeconds - # is exceeded if analysis or experiment is not used. + # Whether to abort the update when ProgressDeadlineSeconds is exceeded. # Optional and default is false. progressDeadlineAbort: false