This commit is contained in:
parent
ab91338b15
commit
998f0aee50
@ -24,8 +24,13 @@ spec:
|
||||
operator: In
|
||||
values:
|
||||
- gluttony
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: volume-permission
|
||||
image: busybox
|
||||
command: ["sh", "-c", "chown -R 1000:1000 /config"]
|
||||
volumes:
|
||||
- mountPath: /config
|
||||
name: radarr-config
|
||||
containers:
|
||||
- name: radarr
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
|
Loading…
Reference in New Issue
Block a user