We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ca38d commit 1fa995cCopy full SHA for 1fa995c
helm-charts/Makefile
@@ -19,7 +19,7 @@ helm_lint:
19
helm_template:
20
# Generating rendered template files to: $(CHART_RENDERED_TEMPLATES_TMP)
21
mkdir -p $(CHART_RENDERED_TEMPLATES_TMP)
22
- helm template --namespace myproject --output-dir $(CHART_RENDERED_TEMPLATES_TMP) --set imageTagOverride=$(RELEASE_VERSION) $(CHART_PATH)
+ helm template --namespace myproject --output-dir $(CHART_RENDERED_TEMPLATES_TMP) $(CHART_PATH)
23
24
helm_examples: helm_template
25
# Remove Helm-related labels
0 commit comments