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
image: busybox
command:
- /bin/bash
- -c
- |
mkdir -p -v /data/{downloads,media}/{movies,music,books,tv}
- mkdir
- --parents
- --verbose
- /data/{downloads,media}/{movies,music,books,tv}
volumeMounts:
- mountPath: /data
name: data