apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: monitoring namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default sources: - repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetRevision: 82.10.3 helm: releaseName: kube-prometheus-stack valueFiles: - $values/values/kube-prometheus-stack.yaml - repoURL: https://gitea.nik4nao.com/nik/homelab.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: false selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true