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 committed Feb 20, 2024
1 parent 800d2cf commit 1282e13
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 @@ -48,6 +48,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 1282e13

Please sign in to comment.