diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-07-18 19:43:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-07-18 19:43:38 +0000 |
commit | 491446e0ef8966809476e969544ef6187e39bd58 (patch) | |
tree | ab5a7916e75e6d743e1351b960bd718730f3d367 /kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml | |
parent | 1be1c0f7ab523184b4c24cbc934d2bcd4afde69f (diff) | |
parent | ceac26096eeda210db046686494fdf11afbf0ab8 (diff) |
Merge "[AAI] Fix Istio compatibility and add Job ServiceAccount"
Diffstat (limited to 'kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml b/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml index 7e9f866d5f..d5854918b5 100644 --- a/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml +++ b/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml @@ -169,6 +169,7 @@ spec: {{- if .Values.affinity }} affinity: {{ toYaml .Values.affinity | nindent 8 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: @@ -279,6 +280,7 @@ spec: {{- if .Values.affinity }} affinity: {{ toYaml .Values.affinity | nindent 8 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.resources" . | nindent 10 }} - name: localtime hostPath: |