Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 120dad9

Browse files
authored
Fix deploy/uninstall rule (#1293)
Signed-off-by: Francesco Ilario <[email protected]> Signed-off-by: Francesco Ilario <[email protected]>
1 parent 1a1a1fe commit 120dad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/deploy.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ run: generate fmt vet install
88
install: manifests kustomize kubectl
99
$(KUSTOMIZE) build config/crd | $(KUBECTL) apply -f -
1010

11-
.PHONY: uninstall kubectl
11+
.PHONY: uninstall
1212
## Uninstall CRDs from a cluster
13-
uninstall: manifests kustomize
13+
uninstall: manifests kustomize kubectl
1414
$(KUSTOMIZE) build config/crd | $(KUBECTL) delete -f -
1515

1616
.PHONY: deploy-cert-manager

0 commit comments

Comments
 (0)