sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/dev/custom-builds-machine-pool/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../test/ci/prow-machine-pool 6 patches: 7 - path: ../patches/control-plane-custom-builds.yaml 8 - path: patches/machine-pool-deployment-pr-version-windows.yaml 9 - path: patches/custom-builds.yaml 10 - path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml 11 target: 12 group: controlplane.cluster.x-k8s.io 13 kind: KubeadmControlPlane 14 name: .*-control-plane 15 version: v1beta1 16 - path: patches/kubeadm-bootstrap-machine-pool-windows-k8s-pr-binaries.yaml 17 target: 18 group: bootstrap.cluster.x-k8s.io 19 kind: KubeadmConfig 20 name: .*-mp-win 21 namespace: default 22 version: v1beta1 23 configMapGenerator: 24 - behavior: merge 25 files: 26 - kube-proxy-patch=../../../test/ci/patches/windows-kubeproxy-ci.yaml 27 name: cni-${CLUSTER_NAME}-calico-windows 28 generatorOptions: 29 annotations: 30 note: generated 31 disableNameSuffixHash: true 32 labels: 33 type: generated 34 sortOptions: 35 order: fifo