apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cluster-config namespace: argocd spec: destination: namespace: default server: {{ .Values.spec.destination.server }} project: default source: path: cluster-config repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} syncPolicy: automated: {}