Merge branch 'service-account-for-worker' into 'master'

Adds setting of a service account for the worker.

See merge request burke-software/django-helm-chart!7
This commit is contained in:
David Burke 2023-01-16 21:59:51 +00:00
commit 98f6e139ee

View file

@ -26,6 +26,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "django.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers: