Skip to content

Commit

Permalink
Identity deletion job fails to publish events due to the lack of perm…
Browse files Browse the repository at this point in the history
…issions (#913)
  • Loading branch information
tnotheis authored Oct 17, 2024
1 parent ddcf3e1 commit d26d906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/actualidentitydeletion/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
template:
spec:
restartPolicy: Never
{{- with .Values.global.serviceAccount.name}}
serviceAccountName: {{ . }}
{{- end }}
{{- with .Values.actualidentitydeletion.podSecurityContext }}
securityContext:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit d26d906

Please sign in to comment.