Skip to content

Commit

Permalink
Add target for removing created resources
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and openshift-merge-bot[bot] committed Mar 18, 2024
1 parent a640488 commit a45fbd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ helm-template:
install:
$(call render-template) |kubectl $(ARGS) apply -f -

# renders and remove the resources (task)
remove:
$(call render-template) |kubectl $(ARGS) delete -f -

# pepare a release
.PHONY: prepare-release
prepare-release:
Expand Down

0 comments on commit a45fbd9

Please sign in to comment.