2017-08-24 09:09:52 +00:00
|
|
|
---
|
2017-03-17 11:56:25 +00:00
|
|
|
helm_enabled: false
|
2017-04-21 02:51:27 +00:00
|
|
|
|
|
|
|
# specify a dir and attach it to helm for HELM_HOME.
|
|
|
|
helm_home_dir: "/root/.helm"
|
2017-11-03 07:09:24 +00:00
|
|
|
|
|
|
|
# Deployment mode: host or docker
|
|
|
|
helm_deployment_type: docker
|
2017-11-28 18:33:57 +00:00
|
|
|
|
|
|
|
# Do not download the local repository cache on helm init
|
|
|
|
helm_skip_refresh: false
|
|
|
|
|
|
|
|
# Set URL for stable repository
|
|
|
|
# helm_stable_repo_url: "https://kubernetes-charts.storage.googleapis.com"
|
|
|
|
|
|
|
|
# Set node selector options for Tiller Deployment manifest.
|
|
|
|
# tiller_node_selectors: "key1=val1,key2=val2"
|
|
|
|
|
|
|
|
# Override values for the Tiller Deployment manifest.
|
|
|
|
# tiller_override: "key1=val1,key2=val2"
|