Skip to content

Commit

Permalink
Cleanup some Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jun 6, 2021
1 parent f6c01bf commit bca8c73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ GO_INSTALL_FLAGS ?= -ldflags='-X github.com/oneinfra/oneinfra/internal/pkg/const
# Image URL to use all building/pushing image targets
IMG ?= controller:latest

TEST_WEBHOOK_CERTS_DIR ?= /tmp/k8s-webhook-server/serving-certs

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"

Expand Down Expand Up @@ -57,9 +55,6 @@ go-generate: RELEASE
run: generate fmt vet manifests
go run cmd/oi-manager/main.go -verbosity 10

# Run against a kind cluster with webhooks set up with generated certificates
run-kind: kind-webhook-certs kind kind-deploy run

# Install CRDs into a cluster
install: manifests
kustomize build config/crd | kubectl apply -f -
Expand Down

0 comments on commit bca8c73

Please sign in to comment.