Fix typo in init contianer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-29 21:30:26 -05:00
parent 914164600b
commit 9e6c1eb7da
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -17,7 +17,7 @@ spec:
fsGroup: 1000
initContainers:
- name: init-chown
image: apline
image: alpine
command: [ "sh", "-c", "chown -R 1000:1000 /mnt/data" ]
volumeMounts:
- name: tautulli-data