Skip to content

Commit

Permalink
Since the 'oc deploy' is deprecated. It is better for providing usage…
Browse files Browse the repository at this point in the history
… 'oc set trigger'. Forgetting the 'oc deploy'.
  • Loading branch information
linzhaoming committed Oct 28, 2017
1 parent b717fc6 commit cdfe840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/cli/cmd/rollout/rollout.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var (
Any image triggers present in the rolled back configuration will be disabled
with a warning. This is to help prevent your rolled back deployment from being
replaced by a triggered deployment soon after your rollback. To re-enable the
triggers, use the 'deploy --enable-triggers' command.
triggers, use the 'oc set triggers --auto' command.
If you would like to review the outcome of the rollback, pass '--dry-run' to print
a human-readable representation of the updated deployment configuration instead of
Expand Down

0 comments on commit cdfe840

Please sign in to comment.