removed ticks from password fields
diff --git a/templates/devportal-postgres.conf.j2 b/templates/devportal-postgres.conf.j2
index 020a07d..740a86e 100644
--- a/templates/devportal-postgres.conf.j2
+++ b/templates/devportal-postgres.conf.j2
@@ -1,5 +1,5 @@
 HOSTIP=$(hostname -i)
 MP_POD={{ opdk_mp_pod | default(default_mp_pod) }}
 REGION={{ region }}
-PG_PWD={{ devportal_pg_pass | default(pg_pass) }}
+PG_PWD='{{ devportal_pg_pass | default(pg_pass) }}'