-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
argo-cdbugSomething isn't workingSomething isn't workingcannot-reproduceUnable to reproduce issue.Unable to reproduce issue.question
Description
Describe the bug
I'm trying to instal de helm chart of ArgoCD with the options in values crds.install=true but it's failed because the argocd needs the crds and those are not installed.
Related helm chart
argo-cd
Helm chart version
9.3.1
To Reproduce
values:
....
crds:
install: true
....helm upgrade --install argocd argo/argo-cd -f values.yaml --version 9.3.4 --namespace argocd
Expected behavior
The helm chart should be install all the crds resource without getting the following error:
Release "argocd" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "default" namespace: "argocd" from "": no matches for kind "AppProject" in version "argoproj.io/v1alpha1"
ensure CRDs are installed first
Screenshots
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
argo-cdbugSomething isn't workingSomething isn't workingcannot-reproduceUnable to reproduce issue.Unable to reproduce issue.question