Add skip crd in prometheus operator

This commit is contained in:
dvirlabs 2025-05-23 14:33:08 +03:00
parent ced9805efd
commit e0d064c3e1
2 changed files with 4 additions and 3 deletions

View File

@ -16,5 +16,5 @@ spec:
namespace: operators
syncPolicy:
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true

View File

@ -7,13 +7,14 @@ spec:
project: operators
source:
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
path: charts/kube-prometheus-stack
path: charts/prometheus-operator
targetRevision: master
helm:
releaseName: prometheus-operator
skipCrds: true
destination:
server: https://kubernetes.default.svc
namespace: operators
namespace: monitoring
syncPolicy:
automated:
prune: true