This commit is contained in:
2023-12-08 22:20:34 -05:00
parent ac47b24878
commit 0a93b891fe

View File

@@ -54,10 +54,10 @@ spec:
- name: init-media-filesystem - name: init-media-filesystem
image: busybox image: busybox
command: command:
- mkdir - /bin/bash
- --parents - -c
- --verbose - |
- /data/{downloads,media}/{movies,music,books,tv} mkdir -p -v /data/{downloads,media}/{movies,music,books,tv}
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: data name: data