--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: "{{ .Release.Name }}" namespace: "{{ .Release.Namespace }}" spec: project: default source: repoURL: "{{.Values.bootstrap.source.repoURL}}" targetRevision: "{{.Values.bootstrap.source.targetRevision}}" path: argo1 destination: namespace: "{{ .Release.Namespace }}" name: in-cluster syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true retry: limit: 10 backoff: duration: 5s factor: 2 maxDuration: 3m0s