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 f127e41 commit edafec5Copy full SHA for edafec5
Makefile
@@ -33,7 +33,7 @@ HELM_CHART_VERSION:=$(shell grep version: etc/kubernetes/helm/enterprise-gateway
33
HELM_CHART:=dist/enterprise-gateway-$(HELM_CHART_VERSION).tgz
34
HELM_CHART_DIR:=etc/kubernetes/helm/enterprise-gateway
35
HELM_CHART_FILES:=$(shell find $(HELM_CHART_DIR) -type f ! -name .DS_Store)
36
-HELM_INSTALL_DIR:=/usr/local/bin
+HELM_INSTALL_DIR?=/usr/local/bin
37
38
help:
39
# http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
0 commit comments