sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-workload-identity/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../flavors/default 6 - ../../../addons/cluster-api-helm/calico.yaml 7 - ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml 8 - ../../../addons/cluster-api-helm/cloud-provider-azure.yaml 9 - ../../../addons/cluster-api-helm/cloud-provider-azure-ci.yaml 10 patchesStrategicMerge: 11 - ../patches/azureclusteridentity-azwi.yaml 12 - ../patches/tags.yaml 13 - ../patches/controller-manager.yaml 14 - ../patches/apiserver.yaml 15 - ../patches/uami-md-0.yaml 16 - ../patches/uami-control-plane.yaml 17 - ../patches/cluster-label-calico.yaml 18 - ../patches/cluster-label-cloud-provider-azure.yaml 19