I'm gonna wash that SCC right out of my hair

This commit is contained in:
2026-01-12 17:33:58 +11:00
parent ac4402349d
commit b09719cfa8
2 changed files with 0 additions and 10 deletions

View File

@@ -22,18 +22,10 @@ spec:
app: calibre
spec:
serviceAccountName: calibre-sa
securityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
containers:
- name: calibre
image: docker.io/linuxserver/calibre-web:latest
env:
- name: PUID
value: "501"
- name: PGID
value: "1000"
- name: TZ
value: "Australia/Sydney"
- name: DOCKER_MODS

View File

@@ -1,2 +0,0 @@
oc create sa calibre-sa -n calibre
oc adm policy add-scc-to-user anyuid -z calibre-sa -n calibre