apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: goldilocks namespace: argocd spec: destination: namespace: goldilocks server: https://kubernetes.default.svc project: infra source: helm: parameters: chart: goldilocks repoURL: https://charts.fairwinds.com/stable targetRevision: 9.0.1 syncPolicy: automated: selfHeal: true