Pull in downstream changes to k8s installer

This commit is contained in:
Shane McDonald
2019-11-29 11:34:23 -05:00
parent 8116ec8e1f
commit dcbb2813b5
5 changed files with 62 additions and 80 deletions

View File

@@ -67,8 +67,7 @@
-e POSTGRESQL_MAX_CONNECTIONS={{ pg_max_connections|default(1024) }} \
-e POSTGRESQL_USER={{ pg_username }} \
-e POSTGRESQL_PASSWORD={{ pg_password | quote }} \
-e POSTGRESQL_ADMIN_PASSWORD={{ pg_admin_password | quote }} \
-e POSTGRESQL_DATABASE={{ pg_database }} \
-e POSTGRESQL_DATABASE={{ pg_database | quote }} \
-e POSTGRESQL_VERSION=10 \
-n {{ kubernetes_namespace }}
register: openshift_pg_activate