We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b717fc6 commit cdfe840Copy full SHA for cdfe840
pkg/oc/cli/cmd/rollout/rollout.go
@@ -136,7 +136,7 @@ var (
136
Any image triggers present in the rolled back configuration will be disabled
137
with a warning. This is to help prevent your rolled back deployment from being
138
replaced by a triggered deployment soon after your rollback. To re-enable the
139
- triggers, use the 'deploy --enable-triggers' command.
+ triggers, use the 'oc set triggers --auto' command.
140
141
If you would like to review the outcome of the rollback, pass '--dry-run' to print
142
a human-readable representation of the updated deployment configuration instead of
0 commit comments