mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
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:
commit
1803a76a4d
@ -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 == ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user