Skip to content

Commit 0a7ecd9

Browse files
committed
fix: correctly override values
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent c51b7ac commit 0a7ecd9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

overrides/values-trustee.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ kbs:
66
- name: "kbsres1" # name is the name of the k8s secret that will be presented to trustee and accessible via the CDH
77
key: "secret/data/hub/kbsres1" # this is the path to the secret in vault.
88
- name: "passphrase"
9-
key: "secret/data/hub/passphrase"
9+
key: "secret/data/hub/passphrase"
10+
# Override the default values for the coco pattern this is because when testing against a branch strange stuff happens
11+
# FIXME: Don't commit this to main
12+
global:
13+
coco:
14+
secured: true # true or false. If true, the cluster will be secured. If false, the cluster will be insecure.

0 commit comments

Comments
 (0)