From 30f73152781f1a8075e11beff5b92e06c8caf3a4 Mon Sep 17 00:00:00 2001 From: jlandowner Date: Mon, 13 Nov 2023 22:47:14 +0900 Subject: [PATCH] Fix snap-helm-template-help --- Makefile | 9 ++++----- .../helm-template-help-snapshot/helm-template.snap | 0 2 files changed, 4 insertions(+), 5 deletions(-) rename helm-template.snap => hack/helm-template-help-snapshot/helm-template.snap (100%) diff --git a/Makefile b/Makefile index b858262..548597a 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ test: .PHONY: integ-test integ-test: debug-plugin - helm chartsnap --chart example/app1 $(ARGS) - helm chartsnap --chart example/app1 -f example/app1/test/test_ingress_enabled.yaml $(ARGS) - helm chartsnap --chart example/app1 -f example/app1/test/ $(ARGS) + -helm chartsnap --chart example/app1 $(ARGS) + -helm chartsnap --chart example/app1 -f example/app1/test/test_ingress_enabled.yaml $(ARGS) + -helm chartsnap --chart example/app1 -f example/app1/test/ $(ARGS) .PHONY: update-versions update-versions: @@ -38,5 +38,4 @@ debug-plugin: build .PHONY: snap-helm-template-help snap-helm-template-help: - rm -f helm-template.snap - $(GO) run hack/helm-template-help-snapshot/main.go + cd hack/helm-template-help-snapshot; $(GO) run main.go diff --git a/helm-template.snap b/hack/helm-template-help-snapshot/helm-template.snap similarity index 100% rename from helm-template.snap rename to hack/helm-template-help-snapshot/helm-template.snap