apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: mysql-operator namespace: argocd spec: destination: namespace: kube-system server: https://kubernetes.default.svc project: infra source: chart: mysql-operator repoURL: https://mysql.github.io/mysql-operator/ targetRevision: 2.1.1 syncPolicy: automated: selfHeal: true