Revert "i swear"

This reverts commit 0a93b891fe.
This commit is contained in:
2023-12-08 22:23:42 -05:00
parent 0a93b891fe
commit 2d0787614e

View File

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