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