[COMMON] Enable password generation in postgres
[oom.git] / kubernetes / common / postgres / values.yaml
index 7aff189..a5a4163 100644 (file)
@@ -21,6 +21,9 @@ global:
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
 
+  # envsusbt
+  envsubstImage: dibi/envsubst
+
 #################################################################
 # Secrets metaconfig
 #################################################################
@@ -55,9 +58,9 @@ pullPolicy: Always
 config:
   pgUserName: testuser
   pgDatabase: userdb
-  pgPrimaryPassword: password
-  pgUserPassword: password
-  pgRootPassword: password
+  pgPrimaryPassword: password
+  pgUserPassword: password
+  pgRootPassword: password
 
 container:
   name: