From 6234b079e7bf3824ee3c10be25eb02ceb0df21aa Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Thu, 19 Dec 2019 09:46:43 +1100 Subject: [PATCH] docs: Add info for helmv3 warnings --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 8eefff66..d4a29a3f 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -28,7 +28,7 @@ $ helm install --name my-release argo/argo-cd Requires chart version 1.5.1 or newer. -Helm v3 has removed the `install-crds` hook so CRDs are now populated by files in the [crds](./crds) directory. +Helm v3 has removed the `install-crds` hook so CRDs are now populated by files in the [crds](./crds) directory. Users of Helm v3 should set the `installCRDs` value to `false` to avoid warnings about nonexistant webhooks. ## Chart Values