commit | ceac26096eeda210db046686494fdf11afbf0ab8 | [log] [tgz] |
---|---|---|
author | Andreas Geissler <andreas-geissler@telekom.de> | Mon Jul 17 18:55:54 2023 +0200 |
committer | Andreas Geissler <andreas-geissler@telekom.de> | Tue Jul 18 19:01:11 2023 +0200 |
tree | 3bdc799a865c7fa74320cf981f0a17a36008d42e | |
parent | e5f9156814f2571b0f4b79a4ba5789b743d837db [diff] [blame] |
[AAI] Fix Istio compatibility and add Job ServiceAccount Add labels for "version" and "name", add port name in deployment Add missing Service account in Job definitions Issue-ID: OOM-3229 Issue-ID: OOM-3228 Change-Id: I65c188f4c029b94cc0dc77ebe9e00bfc9a0cb27a Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
diff --git a/kubernetes/aai/components/aai-graphadmin/templates/job-create-db.yaml b/kubernetes/aai/components/aai-graphadmin/templates/job-create-db.yaml index 538b5ae..31669dd 100644 --- a/kubernetes/aai/components/aai-graphadmin/templates/job-create-db.yaml +++ b/kubernetes/aai/components/aai-graphadmin/templates/job-create-db.yaml
@@ -124,6 +124,7 @@ {{- if .Values.affinity }} affinity: {{ toYaml .Values.affinity | nindent 8 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: