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 namespace: operators
syncPolicy: syncPolicy:
syncOptions: syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=true

View File

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