apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: promtail namespace: argocd spec: project: default source: repoURL: https://grafana.github.io/helm-charts chart: promtail targetRevision: 6.* helm: values: | config: clients: - url: http://loki-gateway.loki.svc.cluster.local/loki/api/v1/push destination: server: https://kubernetes.default.svc namespace: promtail syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true