Skip to content

Commit edafec5

Browse files
authored
Enable overriding Helm location from env var (#1139)
1 parent f127e41 commit edafec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ HELM_CHART_VERSION:=$(shell grep version: etc/kubernetes/helm/enterprise-gateway
3333
HELM_CHART:=dist/enterprise-gateway-$(HELM_CHART_VERSION).tgz
3434
HELM_CHART_DIR:=etc/kubernetes/helm/enterprise-gateway
3535
HELM_CHART_FILES:=$(shell find $(HELM_CHART_DIR) -type f ! -name .DS_Store)
36-
HELM_INSTALL_DIR:=/usr/local/bin
36+
HELM_INSTALL_DIR?=/usr/local/bin
3737

3838
help:
3939
# http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

0 commit comments

Comments
 (0)