We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf7275 commit a7f6409Copy full SHA for a7f6409
heartex/label-studio/templates/job-migrate.yaml
@@ -17,12 +17,6 @@ spec:
17
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
18
{{- end }}
19
template:
20
- metadata:
21
- labels:
22
- {{- include "ls-app.selectorLabels" . | nindent 8 }}
23
- {{- if .Values.app.podLabels }}
24
- {{- toYaml .Values.app.podLabels | nindent 8 }}
25
- {{- end }}
26
spec:
27
{{- if .Values.app.serviceAccount.create }}
28
serviceAccountName: {{ include "ls-app.serviceAccountName" . }}
0 commit comments