mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Pass tiller namespace down to helm task
This commit is contained in:
parent
07aaad53aa
commit
4198227116
@ -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…
Reference in New Issue
Block a user