From 2e2fa7fa49ec7219d1278213a4043bfa0438459a Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Sun, 14 Jan 2024 09:34:19 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-13280 Signed-off-by: stephb9959 --- .../values.openwifi-qa.single-external-db.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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