Skip to content

Commit

Permalink
fix configmap generator
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Oct 9, 2023
1 parent 64965c8 commit 95ca3a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion templates/test/ci/cluster-template-prow-aks.yaml

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

8 changes: 7 additions & 1 deletion templates/test/ci/prow-aks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ configMapGenerator:
- name: cni-${CLUSTER_NAME}-calico-windows
files:
- windows-cni=../../../addons/windows/calico/calico.yaml
- proxy=../../../addons/windows/calico/kube-proxy-windows.yaml
- proxy=../../../addons/windows/calico/kube-proxy-windows.yaml
generatorOptions:
disableNameSuffixHash: true
labels:
type: generated
annotations:
note: generated

0 comments on commit 95ca3a4

Please sign in to comment.