apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: grafana-operator namespace: argocd spec: project: default destination: server: https://kubernetes.default.svc namespace: grafana syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true source: repoURL: ghcr.io/grafana/helm-charts chart: grafana-operator targetRevision: 5.22.2 helm: valuesObject: {}