diff --git a/deployment/helmchart/templates/job-initialize-user.yaml b/deployment/helmchart/templates/job-initialize-user.yaml
index 32910dbc7b17209e8a3a74fe59008c34e34aa247..4cf77350d3cbfbd3b2defeb9e3f732397d8ab95b 100644
--- a/deployment/helmchart/templates/job-initialize-user.yaml
+++ b/deployment/helmchart/templates/job-initialize-user.yaml
@@ -21,6 +21,7 @@ spec:
         component: dashboard
     spec:
       restartPolicy: Never
+      serviceAccountName: {{ include "dashboard.serviceAccountName" . }}
       containers:
       - name: {{ .Chart.Name }}-login-create-admin
         image: {{ template "backend.image" . }}