diff --git a/chart/environment-values/values.openwifi-qa.single-external-db.yaml b/chart/environment-values/values.openwifi-qa.single-external-db.yaml index 38f627c..2b944ef 100644 --- a/chart/environment-values/values.openwifi-qa.single-external-db.yaml +++ b/chart/environment-values/values.openwifi-qa.single-external-db.yaml @@ -66,11 +66,8 @@ postgresql-ha: initdbScriptsSecret: tip-openwifi-initdb-scripts postgresql: replicaCount: 1 # TODO change after tests - args: - - "-c" - - "max_connections: 454" - - "-c" - - "shared_buffers: 256MB" + maxConnections: 454 + sharedBuffers: 256MB password: password postgresPassword: postgres repmgrPassword: repmgr