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