Skip to content

Commit

Permalink
fix: podSecurityContext --> securityContext in beat
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Jan 27, 2025
1 parent 6420e06 commit e224184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/invenio/templates/worker-beat-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
"celery -A {{ .Values.worker.app }} beat -l {{ .Values.worker.log_level }} -s {{ .Values.worker.celery_schedule }} --pidfile {{ .Values.worker.celery_pidfile }}"
]
securityContext:
{{- with .Values.workerBeat.podSecurityContext }}
{{- with .Values.workerBeat.securityContext }}
{{- toYaml . | nindent 10 }}
{{- end }}
volumeMounts:
Expand Down

0 comments on commit e224184

Please sign in to comment.