File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
charts/couchbase-operator Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636 git config user.name "$GITHUB_ACTOR"
3737 git config user.email "[email protected] " 3838
39-
40-
4139 - name : Install Helm
4240 uses : azure/setup-helm@v1
4341 with :
Original file line number Diff line number Diff line change 77 # -- Install the couchbase operator
88 couchbaseOperator : true
99 # -- Install the admission controller
10- admissionController : true
10+ admissionController : false
1111 # -- Install couchbase cluster
1212 couchbaseCluster : true
1313 # -- Install sync gateway
@@ -25,7 +25,7 @@ couchbaseOperator:
2525 # The imagePullPolicy value defaults to IfNotPresent, which means
2626 # that images are only pulled if they’re not present on the Kubernetes node.
2727 # Values allowed are Always, IfNotPresent, and Never.
28- imagePullPolicy : IfNotPresent
28+ imagePullPolicy : Always
2929 # -- ImagePullSecrets is an optional list of references to secrets to use for pulling images.
3030 imagePullSecrets : []
3131 # -- Set of command-line flags to pass on to the Operator to modify its behavior.
You can’t perform that action at this time.
0 commit comments