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