prometheus: use replace=true due to crd size

This commit is contained in:
Nico Schottelius 2022-01-28 19:43:00 +01:00
parent 9de96135d0
commit dbb163789a
1 changed files with 3 additions and 0 deletions

View File

@ -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