From b8e5a8e72a77d0dd33012c162a52a8aea9ab4057 Mon Sep 17 00:00:00 2001 From: willie-yao Date: Mon, 24 Feb 2025 21:02:41 +0000 Subject: [PATCH] Add dra but no windows --- .../test/ci/prow-ci-version-dra/kustomization.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/test/ci/prow-ci-version-dra/kustomization.yaml b/templates/test/ci/prow-ci-version-dra/kustomization.yaml index 9e264806032..94e49452d81 100644 --- a/templates/test/ci/prow-ci-version-dra/kustomization.yaml +++ b/templates/test/ci/prow-ci-version-dra/kustomization.yaml @@ -3,16 +3,16 @@ kind: Kustomization namespace: default resources: - ../prow-machine-pool-ci-version -# patches: +patches: # - path: ../patches/no-windows.yaml # target: # name: .*-win.* -# - path: ../patches/dra-kubeadmcontrolplane.yaml -# target: -# kind: KubeadmControlPlane -# - path: ../patches/dra-kubeadmconfig.yaml -# target: -# kind: KubeadmConfig +- path: ../patches/dra-kubeadmcontrolplane.yaml + target: + kind: KubeadmControlPlane +- path: ../patches/dra-kubeadmconfig.yaml + target: + kind: KubeadmConfig sortOptions: order: fifo