Skip to content

Commit 97a43ff

Browse files
committed
feat: explicitly override acm version
Signed-off-by: Chris Butler <[email protected]>
1 parent be58571 commit 97a43ff

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

values-4.18-hub.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

values-4.19-hub.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

values-hub.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ clusterGroup:
2121
# We can use self-referential variables because the chart calls the tpl function with these variables defined
2222
sharedValueFiles:
2323
- '/overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
24+
- '/overrides/values-{{ $.Values.global.clusterVersion }}-{{ $.Values.clusterGroup.name }}.yaml'
2425
# sharedValueFiles is a flexible mechanism that will add the listed valuefiles to every app defined in the
2526
# applications section. We intend this to supplement and possibly even replace previous "magic" mechanisms, though
2627
# we do not at present have a target date for removal.

0 commit comments

Comments
 (0)