Add skip crd in prometheus operator
This commit is contained in:
parent
ced9805efd
commit
e0d064c3e1
@ -16,5 +16,5 @@ spec:
|
||||
namespace: operators
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user