Skip to content

Commit 51d9d17

Browse files
committed
edit values to trigger failure
1 parent 6c64670 commit 51d9d17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
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:

charts/couchbase-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
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.

0 commit comments

Comments
 (0)