diff --git a/charts/Makefile b/charts/Makefile index 6dd60ce7..391e44f3 100644 --- a/charts/Makefile +++ b/charts/Makefile @@ -11,9 +11,15 @@ include $(REPO_CONFIG_LOCATION) export CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION)) CHART_DIRS := $(wildcard $(REPO_BASE_DIR)/charts/*/) +# Example of usage: +# make helmfile-diff HELMFILE_EXTRA_ARGS='--selector app=adminer' HELMFILE_EXTRA_ARGS ?= HELMFILE := helmfile $(HELMFILE_EXTRA_ARGS) +# +# Targets +# + .PHONY: .check-helmfile-installed .check-helmfile-installed: ## Checks if helmfile is installed @if ! command -v helmfile >/dev/null 2>&1; then \