Skip to content

Commit 5dcc2a3

Browse files
committed
Fix config map naming bug
1 parent 62ae4dd commit 5dcc2a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

templates/test/dev/cluster-template-custom-builds-load.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/custom-builds-load/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ generatorOptions:
1717
configMapGenerator:
1818
- files:
1919
- storageclass=../../../addons/storageclass-azure-disk.yaml
20-
name: storageclass-${CLUSTER_NAME}
20+
name: ${CLUSTER_NAME}-storageclass
2121
sortOptions:
2222
order: fifo

templates/test/dev/custom-builds-load/storageclass-resource-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ spec:
1010
storageclass: "true"
1111
resources:
1212
- kind: ConfigMap
13-
name: cni-${CLUSTER_NAME}-storageclass
13+
name: ${CLUSTER_NAME}-storageclass
1414
strategy: ApplyOnce

0 commit comments

Comments
 (0)