sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-load/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  namespace: default
     4  resources:
     5  - ../prow
     6  - storageclass-resource-set.yaml
     7  patches:
     8  - path: patches/cluster-label-storageclass.yaml
     9  - path: patches/cluster-label-azuredisk.yaml
    10  - path: patches/kcp-scheduler.yaml
    11  configMapGenerator:
    12  - files:
    13    - storageclass=../../../addons/storageclass-azure-disk.yaml
    14    name: storageclass-${CLUSTER_NAME}
    15  generatorOptions:
    16    annotations:
    17      note: generated
    18    disableNameSuffixHash: true
    19    labels:
    20      type: generated
    21  
    22  sortOptions:
    23    order: fifo