Set helm deployment type to host (#2012)

This commit is contained in:
Matthew Mosesohn
2017-11-29 19:52:54 +00:00
committed by GitHub
parent d39a88d63f
commit a0225507a0
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ helm_enabled: false
helm_home_dir: "/root/.helm"
# Deployment mode: host or docker
helm_deployment_type: docker
helm_deployment_type: host
# Do not download the local repository cache on helm init
helm_skip_refresh: false