docs: Add info for helmv3 warnings
This commit is contained in:
parent
d9940eefe5
commit
6234b079e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue