From 9effff424f38591ec6eb9e22138afe259aba2c73 Mon Sep 17 00:00:00 2001 From: Anders Rasmussen <anders@arit.dk> Date: Sun, 29 Jul 2018 23:34:09 +0200 Subject: [PATCH] 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 --- docs/charts_hooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/charts_hooks.md b/docs/charts_hooks.md index b6c276bba..8d5006d1f 100644 --- a/docs/charts_hooks.md +++ b/docs/charts_hooks.md @@ -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. -- GitLab