apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kube-prometheus-stack-config namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" spec: project: default source: repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-platform.git targetRevision: main path: manifests/kube-prometheus-stack-config destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - SkipDryRunOnMissingResource=true