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

@@ -138,7 +138,7 @@ docker_bin_dir: "/usr/bin"
etcd_deployment_type: docker
kubelet_deployment_type: host
vault_deployment_type: docker
helm_deployment_type: docker
helm_deployment_type: host
# K8s image pull policy (imagePullPolicy)
k8s_image_pull_policy: IfNotPresent