sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-machine-pool-ci-version/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  namespace: default
     4  resources:
     5    - ../prow-machine-pool
     6  patchesStrategicMerge:
     7    - ../patches/control-plane-image-ci-version.yaml
     8    - ../patches/controller-manager.yaml
     9    - patches/machine-pool-ci-version.yaml
    10    - ../patches/machine-pool-worker-counts.yaml
    11    - patches/machine-pool-ci-version-windows.yaml
    12  patches:
    13  - target:
    14      group: controlplane.cluster.x-k8s.io
    15      version: v1beta1
    16      kind: KubeadmControlPlane
    17      name: .*-control-plane
    18    path: ../prow-ci-version/patches/oot-credential-provider-kcp.yaml
    19  - target:
    20      group: controlplane.cluster.x-k8s.io
    21      version: v1beta1
    22      kind: KubeadmControlPlane
    23      name: .*-control-plane
    24      namespace: default
    25    path: ../patches/control-plane-kubeadm-boostrap-ci-version.yaml
    26  - target:
    27      group: bootstrap.cluster.x-k8s.io
    28      version: v1beta1
    29      kind: KubeadmConfig
    30      name: .*-mp-win
    31      namespace: default
    32    path: patches/kubeadm-bootstrap-windows-k8s-ci-binaries.yaml
    33  configMapGenerator:
    34    - name: cni-${CLUSTER_NAME}-calico-windows
    35      behavior: merge
    36      files:
    37        - kube-proxy-patch=../patches/windows-kubeproxy-ci.yaml