fix resource tag

This commit is contained in:
Wojciech Smołkowski 2025-03-11 07:11:21 +01:00 committed by GitHub
parent 0595bbce95
commit 9b8ae827e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,9 +51,9 @@ spec:
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
resources:
{{- toYaml .Values.migrationJob.resources | nindent 12 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}