Update Makefile - Dryrun

Add template for deckhand chart dry-run

Change-Id: I9eab723a9ad905627c993aafdbf12b62c7dfc865
This commit is contained in:
Anthony Lin 2018-03-29 07:04:34 +00:00 committed by Felipe Monteiro
parent 32ad739e68
commit 28254bc7ff
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ lint: pep8 helm_lint
.PHONY: dry-run
dry-run: clean
tools/helm_tk.sh $(HELM)
$(HELM) template charts/deckhand
# Make targets intended for use by the primary targets above.
.PHONY: build_deckhand