Skip to content

Commit 8fd41ba

Browse files
committed
feat: add extraSecrets support to trustee overrides
Enable custom secret mounting in KBS via extraSecrets array. Loaded via extraValueFiles mechanism across all profiles.
1 parent 1e9d944 commit 8fd41ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

overrides/values-trustee.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ kbs:
1010
- name: "kbsres1"
1111
key: "secret/data/hub/kbsres1"
1212
- name: "passphrase"
13-
key: "secret/data/hub/passphrase"
13+
key: "secret/data/hub/passphrase"
14+
extraSecrets:
15+
- mySecret

0 commit comments

Comments
 (0)