diff options
Diffstat (limited to 'kubernetes/uui/components/uui-server/templates/job.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-server/templates/job.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-server/templates/job.yaml b/kubernetes/uui/components/uui-server/templates/job.yaml index 73bde037de..62cf7bb967 100644 --- a/kubernetes/uui/components/uui-server/templates/job.yaml +++ b/kubernetes/uui/components/uui-server/templates/job.yaml @@ -58,6 +58,7 @@ spec: - name: init-data mountPath: /aaa/init/postgres.sql subPath: postgres.sql + {{ include "common.waitForJobContainer" . | indent 6 | trim }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" volumes: |