We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa89393 commit 28e0e20Copy full SHA for 28e0e20
osm-seed/templates/taginfo/taginfo-cronJob.yaml
@@ -19,7 +19,10 @@ spec:
19
spec:
20
template:
21
22
+ {{- if .Values.taginfo.serviceAccount.enabled }}
23
serviceAccountName: {{ .Values.taginfo.serviceAccount.name }}
24
+ automountServiceAccountToken: true
25
+ {{- end }}
26
containers:
27
- name: {{ .Release.Name }}-taginfo-job
28
image: "{{ .Values.taginfo.image.name }}:{{ .Values.taginfo.image.tag }}"
0 commit comments