Skip to content

Commit 52dd8f8

Browse files
authored
Merge pull request #1302 from mdolinin/fix/faq-doc-zero-downtime
fix(faq): Update FAQ about zero downtime with correct values
2 parents 381c19b + 4d28b90 commit 52dd8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gitbook/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ spec:
6969
#### Why is there a window of downtime during the canary initializing process when analysis is disabled?
7070

7171
A window of downtime is the intended behavior when the analysis is disabled. This allows instant rollback and also mimics the way
72-
a Kubernetes deployment initialization works. To avoid this, enable the analysis (`skipAnalysis: true`), wait for the initialization
73-
to finish, and disable it afterward (`skipAnalysis: false`).
72+
a Kubernetes deployment initialization works. To avoid this, enable the analysis (`skipAnalysis: false`), wait for the initialization
73+
to finish, and disable it afterward (`skipAnalysis: true`).
7474

7575
#### How to disable cross namespace references?
7676

0 commit comments

Comments
 (0)