Add option to change the Tiller Deployment namespace.

This commit is contained in:
Robin Elfrink
2018-08-29 11:20:41 +02:00
parent f876c89081
commit bbdd1c8f06
6 changed files with 41 additions and 18 deletions

View File

@@ -13,6 +13,9 @@ helm_skip_refresh: false
# Set URL for stable repository
# helm_stable_repo_url: "https://kubernetes-charts.storage.googleapis.com"
# Namespace for the Tiller Deployment.
tiller_namespace: kube-system
# Set node selector options for Tiller Deployment manifest.
# tiller_node_selectors: "key1=val1,key2=val2"