sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-private/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../flavors/private 6 - cni-resource-set.yaml 7 - ../../../addons/cluster-api-helm/calico.yaml 8 - ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml 9 - ../../../addons/cluster-api-helm/cloud-provider-azure.yaml 10 - ../../../addons/cluster-api-helm/cloud-provider-azure-ci.yaml 11 patchesStrategicMerge: 12 - ../patches/tags.yaml 13 - ../patches/controller-manager.yaml 14 - patches/bastion.yaml 15 - patches/vnet-peerings.yaml 16 - ../patches/uami-md-0.yaml 17 - ../patches/uami-control-plane.yaml 18 - ../patches/cluster-label-calico.yaml 19 - ../patches/cluster-label-cloud-provider-azure.yaml 20 patches: 21 - path: patches/user-assigned.yaml 22 target: 23 kind: AzureClusterIdentity 24 configMapGenerator: 25 - name: cni-${CLUSTER_NAME}-calico 26 files: 27 - resources=../../../addons/calico.yaml 28 generatorOptions: 29 disableNameSuffixHash: true 30 labels: 31 type: generated 32 annotations: 33 note: generated