We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51b7ac commit 0a7ecd9Copy full SHA for 0a7ecd9
1 file changed
overrides/values-trustee.yaml
@@ -6,4 +6,9 @@ kbs:
6
- name: "kbsres1" # name is the name of the k8s secret that will be presented to trustee and accessible via the CDH
7
key: "secret/data/hub/kbsres1" # this is the path to the secret in vault.
8
- name: "passphrase"
9
- key: "secret/data/hub/passphrase"
+ 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