sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-edgezone/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../flavors/edgezone 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/tags.yaml 12 - ../patches/controller-manager.yaml 13 - ../patches/apiserver.yaml 14 - ../patches/uami-md-0.yaml 15 - ../patches/uami-control-plane.yaml 16 - patches/azurecluster-edgezone.yaml 17 - patches/standardssd-disk.yaml 18 - patches/machine-type.yaml 19 - patches/kubernetes-version.yaml 20 - ../patches/cluster-label-calico.yaml 21 - ../patches/cluster-label-cloud-provider-azure.yaml 22