Skip to content

Commit

Permalink
Add serviceaccount field for purge cronjob (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut authored Jan 15, 2024
1 parent ed080cf commit e5a4658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/nucliadb_ingest/templates/_cronjob_purge.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
{{ toYaml .Values.extra_pod_annotations | indent 12 }}
{{- end }}
spec:
serviceAccount: {{ ((.Values.purgeCron).serviceAccount) | default "default" }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 12 }}
topologySpreadConstraints:
Expand Down

0 comments on commit e5a4658

Please sign in to comment.