Skip to content

Commit

Permalink
fix: cron raft (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Feb 13, 2025
1 parent 536e67d commit 9a9fb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/ftl/templates/cron-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ .Values.cron.serviceAccountName }}
securityContext:
fsGroup: 1000
containers:
- name: app
image: "{{ .Values.cron.image.repository | default (printf "%s/%s" .Values.image.base .Values.cron.image.name) }}:{{ .Values.cron.image.tag | default .Values.image.tag | default $version }}"
Expand Down

0 comments on commit 9a9fb3b

Please sign in to comment.