sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/flavors/dual-stack/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  namespace: default
     4  resources:
     5  - ../base
     6  - ../../azure-cluster-identity
     7  - machine-deployment.yaml
     8  patches:
     9  - path: patches/dual-stack.yaml
    10  - path: patches/kubeadm-controlplane.yaml
    11  - path: patches/controlplane-azuremachinetemplate.yaml
    12  - path: ../../azure-cluster-identity/azurecluster-identity-ref.yaml
    13  
    14  sortOptions:
    15    order: fifo