apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # Manually render ServiceMonitors since Argo CD chart checks if they exist # Argo CD thinks the cluster doesn't have this capability # Could possibly alter the plugin # > helm template argo/argo-cd --api-versions monitoring.coreos.com/v1 -f values.yaml resources: - ns.yaml - tls-route.yaml - oidc.yaml - service-monitors/argocd-application-controller.yaml - service-monitors/argocd-applicationset-controller.yaml - service-monitors/argocd-redis.yaml - service-monitors/argocd-repo-server.yaml - service-monitors/argocd-server.yaml - dashboard.yaml helmCharts: - name: argo-cd repo: https://argoproj.github.io/argo-helm version: 8.2.5 releaseName: "argocd" namespace: argocd valuesFile: values.yaml