sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/dev/custom-builds-dra/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  namespace: default
     4  resources:
     5  - ../custom-builds
     6  patches:
     7  - path: ../../ci/patches/no-windows.yaml
     8    target:
     9      name: .*-win.*
    10  - path: ../../ci/patches/dra-kubeadmcontrolplane.yaml
    11    target:
    12      kind: KubeadmControlPlane
    13  - path: ../../ci/patches/dra-kubeadmconfigtemplate.yaml
    14    target:
    15      kind: KubeadmConfigTemplate
    16  
    17  sortOptions:
    18    order: fifo