Skip to content

Commit 0f11573

Browse files
committed
fix: temporarily change for single source charts
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 0a7ecd9 commit 0f11573

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

values-simple.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,19 @@ clusterGroup:
110110
repoURL: https://github.com/butler54/trustee-chart.git
111111
targetRevision: merge-certs
112112
path: ./
113-
extraValueFiles:
114-
- '$patternref/overrides/values-trustee.yaml'
115-
# chart: trustee
116-
# chartVersion: 0.1.*
117-
# Use the override file to specify the list of secrets accessible to trustee from the ESO backend (today by default, Vault).
113+
# Note: extraValueFiles with $patternref don't work for external repoURL (single-source app)
114+
# Using overrides instead to pass values directly
115+
overrides:
116+
- name: global.coco.secured
117+
value: "true"
118+
- name: kbs.secretResources[0].name
119+
value: kbsres1
120+
- name: kbs.secretResources[0].key
121+
value: secret/data/hub/kbsres1
122+
- name: kbs.secretResources[1].name
123+
value: passphrase
124+
- name: kbs.secretResources[1].key
125+
value: secret/data/hub/passphrase
118126

119127
# sandbox:
120128
# name: sandbox

0 commit comments

Comments
 (0)