--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: grafana namespace: argocd spec: project: default source: repoURL: "https://grafana.github.io/helm-charts" chart: "loki" targetRevision: "6.36.1" destination: server: "https://kubernetes.default.svc" namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true