diff --git a/templates/test/ci/cluster-template-prow-aks.yaml b/templates/test/ci/cluster-template-prow-aks.yaml index 625e967a45c..6e083f1cd26 100644 --- a/templates/test/ci/cluster-template-prow-aks.yaml +++ b/templates/test/ci/cluster-template-prow-aks.yaml @@ -417,5 +417,9 @@ data: \ conditions: []\n storedVersions: []\n" kind: ConfigMap metadata: - name: cni-${CLUSTER_NAME}-calico-windows-fd8tff9gm2 + annotations: + note: generated + labels: + type: generated + name: cni-${CLUSTER_NAME}-calico-windows namespace: default diff --git a/templates/test/ci/prow-aks/kustomization.yaml b/templates/test/ci/prow-aks/kustomization.yaml index e30ea6b7174..e2d20fa1c5e 100644 --- a/templates/test/ci/prow-aks/kustomization.yaml +++ b/templates/test/ci/prow-aks/kustomization.yaml @@ -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 \ No newline at end of file + - proxy=../../../addons/windows/calico/kube-proxy-windows.yaml +generatorOptions: + disableNameSuffixHash: true + labels: + type: generated + annotations: + note: generated \ No newline at end of file