Merge pull request #4396 from AndersRasmussen/master

docs/charts_hooks.md: Adding space for correct formatting on docs.helm.sh
pull/4383/merge
Matthew Fisher 7 years ago committed by GitHub
commit 49fc49ecb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save