Fix old CRD reference

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens 2020-12-02 15:01:17 +01:00
parent 136f332fcb
commit 3a2f02f0e3
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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