bd49c993de
* 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.
17 lines
303 B
YAML
17 lines
303 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: centos-7
|
|
mode: ha
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: calico
|
|
download_localhost: false
|
|
download_run_once: true
|
|
deploy_netchecker: true
|
|
dns_min_replicas: 1
|
|
typha_enabled: true
|
|
calico_backend: kdd
|
|
typha_secure: true
|
|
|
|
# Test helm 2 install
|
|
helm_version: v2.16.7
|