apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: loki namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" spec: project: default sources: - repoURL: https://grafana.github.io/helm-charts chart: loki-stack targetRevision: 2.9.9 helm: releaseName: loki valueFiles: - $values/apps/observability/loki-values.yaml - repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: observability syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true