Merge pull request #2485 from wwt/fix-tiller-namespace

Pass tiller namespace down to helm task

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2018-10-25 21:40:08 +00:00
committed by GitHub

View File

@@ -85,6 +85,7 @@
--set postgresPassword={{ pg_password }} \
--set postgresDatabase={{ pg_database }} \
--set persistence.size={{ pg_volume_capacity|default('5')}}Gi \
--tiller-namespace={{ tiller_namespace | default('kube-system') }} \
stable/postgresql
when:
- pg_hostname is not defined or pg_hostname == ''