mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
Pass tiller namespace down to helm task
This commit is contained in:
@@ -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 == ''
|
||||
|
||||
Reference in New Issue
Block a user