From 22f3b16043de9d28461a523202018ef82fcb892d Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 7 Feb 2023 13:10:01 +0100 Subject: [UUI] Make UUI SM compatible Change the service definitions and deployment to support the nonTLS setup (AAF removal) using existing templates Issue-ID: OOM-2998 Signed-off-by: Andreas Geissler Change-Id: If86aa97e2bc8eef628a02d43407b2f16b1d06783 --- kubernetes/uui/components/uui-intent-analysis/templates/job.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/uui/components/uui-intent-analysis/templates') 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: -- cgit