Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/substra-backend/templates/job-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ spec:
labels:
{{ include "substra.labels" . | nindent 10 }}
role-database-client: 'true'
# If OIDC is enabled, we need to allow the job to access the internet to fetch the user info, as it is based on the user info.
{{- if .Values.oidc.enabled }}
role-internet-ingress: 'true'
{{- end }}
spec:
restartPolicy: OnFailure
automountServiceAccountToken: false
Expand Down
Loading