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 946fb52 commit 00cef1bCopy full SHA for 00cef1b
charts/Makefile
@@ -11,9 +11,15 @@ include $(REPO_CONFIG_LOCATION)
11
export CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION))
12
CHART_DIRS := $(wildcard $(REPO_BASE_DIR)/charts/*/)
13
14
+# Example of usage:
15
+# make helmfile-diff HELMFILE_EXTRA_ARGS='--selector app=adminer'
16
HELMFILE_EXTRA_ARGS ?=
17
HELMFILE := helmfile $(HELMFILE_EXTRA_ARGS)
18
19
+#
20
+# Targets
21
22
+
23
.PHONY: .check-helmfile-installed
24
.check-helmfile-installed: ## Checks if helmfile is installed
25
@if ! command -v helmfile >/dev/null 2>&1; then \
0 commit comments