Unverified Commit 9effff42 authored by Anders Rasmussen's avatar Anders Rasmussen Committed by GitHub
Browse files

Adding space for correct formatting on docs.helm.sh

The rendering of the bullet list is not rendered correctly on https://docs.helm.sh/developing_charts/#hooks
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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:
* `"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.
* `"before-hook-creation"` specifies Tiller should delete the previous hook before the new hook is launched.
......
Supports Markdown
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