mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
adding helm chart version for postgresql
Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
This commit is contained in:
parent
7b32262f75
commit
c434d38876
@ -87,6 +87,7 @@
|
||||
--set postgresqlPassword={{ pg_password }} \
|
||||
--set postgresqlDatabase={{ pg_database }} \
|
||||
--set persistence.size={{ pg_volume_capacity|default('5')}}Gi \
|
||||
--version="2.0.0" \
|
||||
--tiller-namespace={{ tiller_namespace | default('kube-system') }} \
|
||||
stable/postgresql
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user