From 3a2f02f0e308a22a5f5165013a12292ae5886039 Mon Sep 17 00:00:00 2001 From: Maartje Eyskens Date: Wed, 2 Dec 2020 15:01:17 +0100 Subject: [PATCH] Fix old CRD reference Signed-off-by: Maartje Eyskens --- test/integration/framework/BUILD.bazel | 2 +- tools/setup-integration-test-dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/framework/BUILD.bazel b/test/integration/framework/BUILD.bazel index 364e4fb5e..c1fe97a47 100644 --- a/test/integration/framework/BUILD.bazel +++ b/test/integration/framework/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "paths.go", ], data = [ - "//deploy/crds:crds.regular.yaml", + "//deploy/crds:crds.yaml", "//hack/bin:com_coreos_etcd", "//hack/bin:io_kubernetes_kube-apiserver", "//hack/bin:kubectl", diff --git a/tools/setup-integration-test-dependencies.sh b/tools/setup-integration-test-dependencies.sh index 1b7d49644..771e1525c 100755 --- a/tools/setup-integration-test-dependencies.sh +++ b/tools/setup-integration-test-dependencies.sh @@ -20,7 +20,7 @@ set -o pipefail SCRIPT_ROOT=$(realpath $(dirname "${BASH_SOURCE}")) REPO_ROOT=$(dirname "${SCRIPT_ROOT}}") -bazel build //deploy/crds:crds.regular.yaml +bazel build //deploy/crds:crds.yaml bazel build //hack/bin:com_coreos_etcd bazel build //hack/bin:io_kubernetes_kube-apiserver bazel build //hack/bin:kubectl