apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: tempo namespace: argocd spec: project: default source: repoURL: https://grafana.github.io/helm-charts chart: tempo targetRevision: ">=1.0.0, <2.0.0" helm: values: | tempo: storage: trace: backend: local local: path: /var/tempo persistence: enabled: true size: 10Gi destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true