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

@@ -12,3 +12,6 @@ dns_min_replicas: 1
typha_enabled: true
calico_backend: kdd
typha_secure: true
# Test helm 2 install
helm_version: v2.16.7