Commit d7e56133 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1386 from slack/doc-rollback

doc(rollback): add docs for pre/post rollback hooks
parents 63840043 07564588
...@@ -32,6 +32,10 @@ The following hooks are defined: ...@@ -32,6 +32,10 @@ The following hooks are defined:
before a kuberntes apply operation). before a kuberntes apply operation).
- post-upgrade: Executes on an upgrade after all resources have been - post-upgrade: Executes on an upgrade after all resources have been
upgraded. 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 ## Hooks and the Release Lifecycle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment