Skip to content

CRDS is not install #3674

@PauloJFCabral

Description

@PauloJFCabral

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions