feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
3 changed files with 6 additions and 3 deletions
Showing only changes of commit 73f577a49a - Show all commits

View File

@ -9,9 +9,10 @@ spec:
suspend: true
jobTemplate:
spec:
backoffLimit: 0
template:
spec:
restartPolicy: OnFailure
restartPolicy: Never
containers:
- name: rename
image: python:3.11-slim

View File

@ -12,9 +12,10 @@ spec:
failedJobsHistoryLimit: 1
jobTemplate:
spec:
backoffLimit: 0
template:
spec:
restartPolicy: OnFailure
restartPolicy: Never
containers:
- name: pin
image: python:3.11-slim

View File

@ -10,9 +10,10 @@ spec:
concurrencyPolicy: Forbid
jobTemplate:
spec:
backoffLimit: 0
template:
spec:
restartPolicy: OnFailure
restartPolicy: Never
containers:
- name: seed
image: python:3.11-slim