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 2b944ef..da209a3 100644 --- a/chart/environment-values/values.openwifi-qa.single-external-db.yaml +++ b/chart/environment-values/values.openwifi-qa.single-external-db.yaml @@ -63,7 +63,7 @@ postgresql-ha: limits: cpu: 250m memory: 1024Mi - initdbScriptsSecret: tip-openwifi-initdb-scripts +# initdbScriptsSecret: tip-openwifi-initdb-scripts postgresql: replicaCount: 1 # TODO change after tests maxConnections: 454 @@ -78,3 +78,4 @@ postgresql-ha: limits: cpu: 250m memory: 1024Mi + initdbScriptsSecret: tip-openwifi-initdb-scripts