sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/flavors/azure-cni-v1/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../default 6 patches: 7 - path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml 8 - path: patches/azure-machine-template-controlplane.yaml 9 - path: patches/azure-machine-template.yaml 10 - path: patches/kubeadm-control-plane.yaml 11 - path: patches/kubeadm-worker-node.yaml 12 13 sortOptions: 14 order: fifo