Chown config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-22 20:45:50 -04:00
parent ab91338b15
commit 998f0aee50

View File

@ -24,8 +24,13 @@ spec:
operator: In operator: In
values: values:
- gluttony - gluttony
securityContext: initContainers:
fsGroup: 1000 - name: volume-permission
image: busybox
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumes:
- mountPath: /config
name: radarr-config
containers: containers:
- name: radarr - name: radarr
image: lscr.io/linuxserver/radarr:latest image: lscr.io/linuxserver/radarr:latest