Skip to content

Commit 7e8106b

Browse files
committed
Add serviceAccount for taginfo cronjob
1 parent 28cbc7f commit 7e8106b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osm-seed/templates/taginfo/taginfo-cronJob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
spec:
2020
template:
2121
spec:
22+
serviceAccountName: {{ .Values.taginfo.serviceAccount.name }}
2223
containers:
2324
- name: {{ .Release.Name }}-taginfo-job
2425
image: "{{ .Values.taginfo.image.name }}:{{ .Values.taginfo.image.tag }}"

0 commit comments

Comments
 (0)