Update helm_rollback.md

While deving at a Microsoft Open Hack my group discovered this useful piece of information in this issue comment: https://github.com/helm/helm/issues/1796#issuecomment-311385728

We found it very useful for our Blue Green CD pipeline and thought others might find it useful as well.

Signed-off-by: Ethan Arrowood <ethan.arrowood@gmail.com>
pull/4984/head
Ethan Arrowood 7 years ago
parent e2a0e7fa54
commit 5737dbbf9b

@ -9,7 +9,7 @@ This command rolls back a release to a previous revision.
The first argument of the rollback command is the name of a release, and the The first argument of the rollback command is the name of a release, and the
second is a revision (version) number. To see revision numbers, run second is a revision (version) number. To see revision numbers, run
'helm history RELEASE'. 'helm history RELEASE'. If you'd like to rollback to the previous release use `helm rollback [RELEASE] 0`.
``` ```

Loading…
Cancel
Save