diff --git a/helm/templates/actualidentitydeletion/cronjob.yaml b/helm/templates/actualidentitydeletion/cronjob.yaml index 793ee61458..3159952c95 100644 --- a/helm/templates/actualidentitydeletion/cronjob.yaml +++ b/helm/templates/actualidentitydeletion/cronjob.yaml @@ -19,6 +19,9 @@ spec: template: spec: restartPolicy: Never + {{- with .Values.global.serviceAccount.name}} + serviceAccountName: {{ . }} + {{- end }} {{- with .Values.actualidentitydeletion.podSecurityContext }} securityContext: {{- toYaml . | nindent 12 }}