From 1650fa95174636724bb5a1e5d5b8d9111f5b46d3 Mon Sep 17 00:00:00 2001 From: Vincent Verleye <124772102+smals-vinve@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:17:17 +0000 Subject: [PATCH] docs: s/No supported/Not supported (#13189) Signed-off-by: Vincent Verleye <124772102+smals-vinve@users.noreply.github.com> --- docs/user-guide/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/helm.md b/docs/user-guide/helm.md index 67dbef7e75dcb..c5d16f4fc4b3b 100644 --- a/docs/user-guide/helm.md +++ b/docs/user-guide/helm.md @@ -117,7 +117,7 @@ Argo CD supports many (most?) Helm hooks by mapping the Helm annotations onto Ar | `helm.sh/hook: test-success` | Not supported. No equivalent in Argo CD. | | `helm.sh/hook: test-failure` | Not supported. No equivalent in Argo CD. | | `helm.sh/hook-delete-policy` | Supported. See also `argocd.argoproj.io/hook-delete-policy`). | -| `helm.sh/hook-delete-timeout` | No supported. Never used in Helm stable | +| `helm.sh/hook-delete-timeout` | Not supported. Never used in Helm stable | | `helm.sh/hook-weight` | Supported as equivalent to `argocd.argoproj.io/sync-wave`. | Unsupported hooks are ignored. In Argo CD, hooks are created by using `kubectl apply`, rather than `kubectl create`. This means that if the hook is named and already exists, it will not change unless you have annotated it with `before-hook-creation`.