mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #2543 from westfood/fix-helm-postgresql
Using new Helm parameters for PostgreSQL access. Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
f8b7259d7f
@ -81,9 +81,9 @@
|
||||
- name: Deploy and Activate Postgres (Kubernetes)
|
||||
shell: |
|
||||
helm install --name {{ kubernetes_deployment_name }} --namespace {{ kubernetes_namespace }} \
|
||||
--set postgresUser={{ pg_username }} \
|
||||
--set postgresPassword={{ pg_password }} \
|
||||
--set postgresDatabase={{ pg_database }} \
|
||||
--set postgresqlUsername={{ pg_username }} \
|
||||
--set postgresqlPassword={{ pg_password }} \
|
||||
--set postgresqlDatabase={{ pg_database }} \
|
||||
--set persistence.size={{ pg_volume_capacity|default('5')}}Gi \
|
||||
--tiller-namespace={{ tiller_namespace | default('kube-system') }} \
|
||||
stable/postgresql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user