Skip to content

Commit f140253

Browse files
authored
Remove deprecated generate-examples Makefile target (#230)
1 parent 3ab6d66 commit f140253

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ generate-manifests: $(CONTROLLER_GEN) ## Generate manifests e.g. CRD, RBAC etc.
254254
output:rbac:dir=$(RBAC_ROOT) \
255255
rbac:roleName=manager-role
256256

257-
.PHONY: generate-examples
258-
generate-examples: clean-examples ## Generate examples configurations to run a cluster.
259-
./examples/generate.sh
260-
261257
## --------------------------------------
262258
##@ Docker
263259
## --------------------------------------

0 commit comments

Comments
 (0)