add ServiceAccount to pre-install-job template

This commit is contained in:
Tim Bromm 2024-05-23 09:50:12 +00:00
parent 0d5921af5e
commit e07bd0e7ce

View file

@ -20,6 +20,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "django.serviceAccountName" . }}
restartPolicy: Never
containers:
- name: pre-install-job