Skip to content

Commit

Permalink
Fix config map naming bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Dec 17, 2024
1 parent 62ae4dd commit 5dcc2a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/test/dev/cluster-template-custom-builds-load.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/test/dev/custom-builds-load/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ generatorOptions:
configMapGenerator:
- files:
- storageclass=../../../addons/storageclass-azure-disk.yaml
name: storageclass-${CLUSTER_NAME}
name: ${CLUSTER_NAME}-storageclass
sortOptions:
order: fifo
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
storageclass: "true"
resources:
- kind: ConfigMap
name: cni-${CLUSTER_NAME}-storageclass
name: ${CLUSTER_NAME}-storageclass
strategy: ApplyOnce

0 comments on commit 5dcc2a3

Please sign in to comment.