Added support for setting tiller_service_account and tiller_replicas (#6696)

* Added support for setting tiller_service_account and tiller_replicas

* Specify helm 2 version to ensure we have a test path that still hits helm 2 code

* Moved tiller_service_account to defaults.yml. Fixed is tiller_replicas defined check.
This commit is contained in:
David Louks
2020-09-21 01:52:30 -05:00
committed by GitHub
parent 5989680967
commit bd49c993de
3 changed files with 13 additions and 2 deletions

View File

@@ -45,3 +45,9 @@ tiller_namespace: kube-system
# Limit the maximum number of revisions saved per release. Use 0 for no limit.
# tiller_max_history: 0
# The name of the tiller service account
tiller_service_account: tiller
# The number of tiller pod replicas. If not defined, tiller defaults to a single replica
# tiller_replicas: 1