Fix old CRD reference
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
parent
136f332fcb
commit
3a2f02f0e3
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user