mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 15:36:11 -03:30
Allow for more customization of the tiller deploy (#1946)
This commit is contained in:
committed by
Matthew Mosesohn
parent
ec54b36e05
commit
208ff8e350
@@ -6,3 +6,15 @@ helm_home_dir: "/root/.helm"
|
||||
|
||||
# Deployment mode: host or docker
|
||||
helm_deployment_type: docker
|
||||
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user