diff options
Diffstat (limited to 'kubernetes/common/postgres-init/values.yaml')
-rw-r--r-- | kubernetes/common/postgres-init/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/common/postgres-init/values.yaml b/kubernetes/common/postgres-init/values.yaml index 7bcd8e23b4..d6d51f0b51 100644 --- a/kubernetes/common/postgres-init/values.yaml +++ b/kubernetes/common/postgres-init/values.yaml @@ -89,3 +89,7 @@ resources: cpu: 1 memory: 2Gi unlimited: {} + +wait_for_job_container: + containers: + - '{{ include "common.name" . }}-update-config'
\ No newline at end of file |