--- apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd resources: - secrets.yaml - repositories.yaml - applications-peterg.yaml - applications-wheatley.yaml # ArgoCD Helm chart helmCharts: - name: argo-cd repo: oci://ghcr.io/argoproj/argo-helm version: 9.4.16 releaseName: argocd valuesFile: values.yaml namespace: argocd