[AAI] Fix aai-traversal job 80/138580/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Thu, 25 Jul 2024 20:12:37 +0000 (22:12 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Thu, 25 Jul 2024 20:12:37 +0000 (22:12 +0200)
new image only supports "sh", therefor the job needs to be fixed

Issue-ID: AAI-3926

Change-Id: Ifa186a927f8bad69ba0847822262c881ed972446
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
kubernetes/aai/components/aai-traversal/templates/job.yaml

index 16e932e..3977f82 100644 (file)
@@ -88,7 +88,7 @@ spec:
         image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }}
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
         command:
-        - bash
+        - sh
         - "-c"
         - |
            set -x;