docs: Add info for helmv3 warnings

This commit is contained in:
Sean Johnson 2019-12-19 09:46:43 +11:00 committed by GitHub
parent d9940eefe5
commit 6234b079e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ $ helm install --name my-release argo/argo-cd
Requires chart version 1.5.1 or newer. 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 ## Chart Values