Unverified Commit 49fc49ec authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #4396 from AndersRasmussen/master

docs/charts_hooks.md: Adding space for correct formatting on docs.helm.sh
parents e6f6b1fc 9effff42
...@@ -193,6 +193,7 @@ It is also possible to define policies that determine when to delete correspondi ...@@ -193,6 +193,7 @@ It is also possible to define policies that determine when to delete correspondi
``` ```
You can choose one or more defined annotation values: You can choose one or more defined annotation values:
* `"hook-succeeded"` specifies Tiller should delete the hook after the hook is successfully executed. * `"hook-succeeded"` specifies Tiller should delete the hook after the hook is successfully executed.
* `"hook-failed"` specifies Tiller should delete the hook if the hook failed during execution. * `"hook-failed"` specifies Tiller should delete the hook if the hook failed during execution.
* `"before-hook-creation"` specifies Tiller should delete the previous hook before the new hook is launched. * `"before-hook-creation"` specifies Tiller should delete the previous hook before the new hook is launched.
......
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