feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 7a49e99e62 - Show all commits

View File

@ -39,6 +39,9 @@ spec:
initContainers:
- name: init-user-data
image: docker.io/alpine:3.20
securityContext:
runAsUser: 0
runAsGroup: 0
command: ["/bin/sh", "-c"]
args:
- |