sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-clusterclass-ci-default/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../flavors/clusterclass/clusterclass.yaml 6 - ../../../flavors/clusterclass/kubeadm-controlplane-template.yaml 7 - ../../../flavors/clusterclass/azure-cluster-template.yaml 8 - ../../../flavors/clusterclass/azure-machine-template-controlplane.yaml 9 - kubeadm-config-template.yaml 10 - windows.yaml 11 - ../../../azure-cluster-identity 12 patches: 13 - path: patches.yaml 14 - path: variables.yaml 15 16 sortOptions: 17 order: fifo