prometheus: use replace=true due to crd size
This commit is contained in:
parent
9de96135d0
commit
dbb163789a
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@ syncPolicy:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
# Needed for the moment, see
|
||||||
|
# https://github.com/prometheus-community/helm-charts/issues/1500
|
||||||
|
- Replace=true
|
||||||
|
|
Loading…
Reference in a new issue