diff --git a/templates/worker/deployment.yaml b/templates/worker/deployment.yaml index dba5b8d..5e5cf1f 100644 --- a/templates/worker/deployment.yaml +++ b/templates/worker/deployment.yaml @@ -26,6 +26,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + serviceAccountName: {{ include "django.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: