Skip to content

Commit cdfe840

Browse files
committed
Since the 'oc deploy' is deprecated. It is better for providing usage 'oc set trigger'. Forgetting the 'oc deploy'.
1 parent b717fc6 commit cdfe840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oc/cli/cmd/rollout/rollout.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var (
136136
Any image triggers present in the rolled back configuration will be disabled
137137
with a warning. This is to help prevent your rolled back deployment from being
138138
replaced by a triggered deployment soon after your rollback. To re-enable the
139-
triggers, use the 'deploy --enable-triggers' command.
139+
triggers, use the 'oc set triggers --auto' command.
140140
141141
If you would like to review the outcome of the rollback, pass '--dry-run' to print
142142
a human-readable representation of the updated deployment configuration instead of

0 commit comments

Comments
 (0)