apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: auth namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: applications sources: - repoURL: https://github.com/vehagn/homelab path: charts/application helm: valueFiles: - $values/apps/test/auth-values.yaml - repoURL: https://github.com/vehagn/homelab ref: values destination: namespace: test name: in-cluster syncPolicy: automated: selfHeal: true prune: true syncOptions: - CreateNamespace=true