File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments