mongodb-operator v0.13.0
This commit is contained in:
@@ -14,8 +14,8 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: mongodb-operator
|
namespace: mongodb-operator
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
@@ -10,4 +10,4 @@ helmCharts:
|
|||||||
releaseName: *name
|
releaseName: *name
|
||||||
repo: https://mongodb.github.io/helm-charts
|
repo: https://mongodb.github.io/helm-charts
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
version: 0.12.0 # helm search repo mongodb/community-operator --versions
|
version: 0.13.0 # helm search repo mongodb/community-operator --versions
|
||||||
|
@@ -1,5 +1,2 @@
|
|||||||
operator:
|
operator:
|
||||||
watchNamespace: '*'
|
watchNamespace: '*'
|
||||||
|
|
||||||
mongodb:
|
|
||||||
repo: mirror.gcr.io
|
|
||||||
|
Reference in New Issue
Block a user