Skip to content

Commit 91d3f79

Browse files
committed
fix onOutOfSync.disabled
Signed-off-by: t-kikuc <[email protected]>
1 parent 99b1071 commit 91d3f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/blog/before-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This trigger is disabled by default, and manual repair is the basic approach aft
8181
Deployment is triggered when an application meets all four of the following conditions:
8282

8383
1. "Automatic deployment on drift detection" is enabled
84-
- Set the `trigger.onOutOfSync.disabled` item to `true` (**default is `false`**)
84+
- Set the `trigger.onOutOfSync.disabled` item to `false` (**default is `true`**)
8585
2. Drift has occurred (status is `OutOfSync`)
8686
3. Not currently deploying
8787
4. A specified time has passed since the last deployment (default is 5 minutes)

0 commit comments

Comments
 (0)