Skip to content

Commit a7f6409

Browse files
committed
migrationjob: remove metadata label to avoid collision with pdb
1 parent 3bf7275 commit a7f6409

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

heartex/label-studio/templates/job-migrate.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ spec:
1717
backoffLimit: {{ .Values.migrationJob.backoffLimit }}
1818
{{- end }}
1919
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 }}
2620
spec:
2721
{{- if .Values.app.serviceAccount.create }}
2822
serviceAccountName: {{ include "ls-app.serviceAccountName" . }}

0 commit comments

Comments
 (0)