Skip to content

Commit

Permalink
doc(rollback): add docs for pre/post rollback hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
slack committed Oct 18, 2016
1 parent d744a3d commit 0756458
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/charts_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ The following hooks are defined:
before a kuberntes apply operation).
- post-upgrade: Executes on an upgrade after all resources have been
upgraded.
- pre-rollback: Executes on a rollback request after templates are
rendered, but before any resources have been rolled back.
- post-rollback: Executes on a rollback request after all resources
have been modified.

## Hooks and the Release Lifecycle

Expand Down

0 comments on commit 0756458

Please sign in to comment.