Skip to content

Commit

Permalink
Deploy clean should remove everything, not just CRD (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz authored Oct 31, 2019
1 parent 95877c1 commit 830d875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ deploy:

.PHONY: deploy-clean
deploy-clean:
go run ./cmd/kubectl-kudo init --crd-only --dry-run --output yaml | kubectl delete -f -
go run ./cmd/kubectl-kudo init --dry-run --output yaml | kubectl delete -f -

.PHONY: generate
# Generate code
Expand Down

0 comments on commit 830d875

Please sign in to comment.