This commit is contained in:
2023-12-08 21:43:23 -05:00
parent e859789acb
commit 295f6b89e2

View File

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