diff --git a/argocd/apps/prometheus/prometheus.yaml b/argocd/apps/prometheus/prometheus.yaml index 27fac89..f6a4bcd 100644 --- a/argocd/apps/prometheus/prometheus.yaml +++ b/argocd/apps/prometheus/prometheus.yaml @@ -67,9 +67,13 @@ spec: namespace: prometheus syncPolicy: + anagedNamespaceMetadata: + labels: + pod-security.kubernetes.io/enforce: "privileged" automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PrunePropagationPolicy=foreground + - RespectIgnoreDifferences=true