From 2d0787614e1e90103b3393774c716573337d3cbb Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 8 Dec 2023 22:23:42 -0500 Subject: [PATCH] Revert "i swear" This reverts commit 0a93b891fe70117bafa458d7f267d689af07bcc4. --- transmission/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transmission/deployment.yaml b/transmission/deployment.yaml index 7c7b9da..2f4fc9f 100644 --- a/transmission/deployment.yaml +++ b/transmission/deployment.yaml @@ -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