I'm trying to activate kustomize for argoCD. But here's the error I get.
The Kubernetes API could not find kustomize.config.k8s.io/Kustomization for requested resource argo/. Make sure the "Kustomization" CRD is installed on the destination cluster.
Can anyone help me please.
I used this documentation to configure my argoCD config. https://dev.to/camptocamp-ops/use-kustomize-to-post-render-helm-charts-in-argocd-2ml6
You likely included a
kustomization.yml
file in your application. kustomization.yml files should ONLY be used to generate manifests.