sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/flavors/ephemeral/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../default 6 7 patches: 8 - path: patches/ephemeral.yaml 9 target: 10 group: infrastructure.cluster.x-k8s.io 11 kind: AzureMachineTemplate 12 name: .*-md-0 13 version: v1beta1 14 - path: patches/ephemeral.yaml 15 target: 16 group: infrastructure.cluster.x-k8s.io 17 kind: AzureMachineTemplate 18 name: .*-control-plane 19 version: v1beta1 20 21 sortOptions: 22 order: fifo