[POSTGRES][COMMON] Add support for postgres operator
[oom.git] / kubernetes / common / postgres-init / values.yaml
index 1b9e72b..5a9f445 100644 (file)
@@ -96,6 +96,10 @@ serviceAccount:
   roles:
     - read
 
+readinessCheck:
+  wait_for:
+    - '{{ .Values.global.postgres.container.name }}'
+
 wait_for_job_container:
   containers:
     - '{{ include "common.name" . }}-update-config'
\ No newline at end of file