Skip to content

Commit 13ccf44

Browse files
savitaashturevdemeester
authored andcommitted
Add target for removing created resources
1 parent 99ad7cd commit 13ccf44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ helm-template:
4848
install:
4949
$(call render-template) |kubectl $(ARGS) apply -f -
5050

51+
# renders and remove the resources (task)
52+
remove:
53+
$(call render-template) |kubectl $(ARGS) delete -f -
54+
5155
# pepare a release
5256
.PHONY: prepare-release
5357
prepare-release:

0 commit comments

Comments
 (0)