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 vdemeester committed Mar 21, 2024
1 parent 99ad7cd commit 13ccf44
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 13ccf44

Please sign in to comment.