From dbb163789afd4ebd9b354f0556e99a09db2ee778 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 28 Jan 2022 19:43:00 +0100 Subject: [PATCH] prometheus: use replace=true due to crd size --- prometheus-monitoring/argocd-application-kube-prometheus.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus-monitoring/argocd-application-kube-prometheus.yaml b/prometheus-monitoring/argocd-application-kube-prometheus.yaml index f73814d..ea2575a 100644 --- a/prometheus-monitoring/argocd-application-kube-prometheus.yaml +++ b/prometheus-monitoring/argocd-application-kube-prometheus.yaml @@ -15,3 +15,6 @@ syncPolicy: selfHeal: true syncOptions: - CreateNamespace=true + # Needed for the moment, see + # https://github.com/prometheus-community/helm-charts/issues/1500 + - Replace=true