-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm v3 CRD are not deployed. #3336
Comments
same issue |
any good news about this issue ? |
Looking for an update too @mayzhang2000 |
This issue should have been solved with the PR above. If you're still encountering it with >= 1.5.1 please add instructions to reproduce the issue (i.e. your Argo CD version and the chart/version it's failing with). |
@abdennour @rhysjtevans
NOTE If you get an error like this after first run:
just run the command again, this happens because you’ve just installed the CRD Application and trying to install an instance of it. |
Checklist:
argocd version
.Describe the bug
ArgoCD does not install the CRD if using Helm v3.
Since ArgoCD uses
helm template
to generate the kubernetes manifests to deploy, and Helm v3, by default, does not generates crds withhelm template
(it is by default with helm install), ArgoCD does not deploys crds stored in crds directory.helm template
can generate crds through--include-crds
option.To Reproduce
Create a new application with a helm 3 chart (apiVersion v2) including a CRD (https://github.com/Synehan/argocd-helm3-crd-bug). See that argocd does not deploys crds.
Expected behavior
CRD are deployed with helm v3 charts (apiVersion v2)
Version
Logs
From repo-server:
The text was updated successfully, but these errors were encountered: