From 28254bc7ffa5cd01beb7a2c80a7efb42eaf8c039 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Thu, 29 Mar 2018 07:04:34 +0000 Subject: [PATCH] Update Makefile - Dryrun Add template for deckhand chart dry-run Change-Id: I9eab723a9ad905627c993aafdbf12b62c7dfc865 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 954ad6af..e401b17d 100644 --- a/Makefile +++ b/Makefile @@ -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