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
commit 1803a76a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 == ''