From 36866bca388a67d278b7018e2f22fa5558c8c1ce Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Fri, 15 Mar 2019 15:21:52 +0000 Subject: [PATCH] Fix make docs target Signed-off-by: Martin Hickey --- scripts/update-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-docs.sh b/scripts/update-docs.sh index d3018be50..0020178d2 100755 --- a/scripts/update-docs.sh +++ b/scripts/update-docs.sh @@ -34,7 +34,7 @@ export HELM_NO_PLUGINS=1 # Reset Helm Home because it is used in the generation of docs. OLD_HELM_HOME=${HELM_HOME:-} HELM_HOME="$HOME/.helm" -bin/helm init --client-only +bin/helm init mkdir -p ${KUBE_TEMP}/docs/helm bin/helm docs --dir ${KUBE_TEMP}/docs/helm HELM_HOME=$OLD_HELM_HOME