PLEASE I BEG YOU

This commit is contained in:
2023-12-08 22:28:45 -05:00
parent 2d0787614e
commit f38d5b4791

View File

@@ -53,11 +53,7 @@ spec:
initContainers: initContainers:
- name: init-media-filesystem - name: init-media-filesystem
image: busybox image: busybox
command: command: ['sh', '-c', "mkdir -p -v /data/{downloads,media}/{movies,music,books,tv}"]
- mkdir
- --parents
- --verbose
- /data/{downloads,media}/{movies,music,books,tv}
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: data name: data