Add optional helm deployment mode for host (#1920)

This commit is contained in:
Matthew Mosesohn
2017-11-03 07:09:24 +00:00
committed by GitHub
parent 5c5e879c2c
commit 66c67dbe73
6 changed files with 39 additions and 8 deletions

View File

@@ -3,3 +3,6 @@ helm_enabled: false
# specify a dir and attach it to helm for HELM_HOME.
helm_home_dir: "/root/.helm"
# Deployment mode: host or docker
helm_deployment_type: docker