Skip to content

Commit

Permalink
Fix snap-helm-template-help
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Nov 13, 2023
1 parent 1b88b6e commit 30f7315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
File renamed without changes.

0 comments on commit 30f7315

Please sign in to comment.