From 0a93b891fe70117bafa458d7f267d689af07bcc4 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 8 Dec 2023 22:20:34 -0500 Subject: [PATCH] i swear --- transmission/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transmission/deployment.yaml b/transmission/deployment.yaml index 2f4fc9f..7c7b9da 100644 --- a/transmission/deployment.yaml +++ b/transmission/deployment.yaml @@ -54,10 +54,10 @@ spec: - name: init-media-filesystem image: busybox command: - - mkdir - - --parents - - --verbose - - /data/{downloads,media}/{movies,music,books,tv} + - /bin/bash + - -c + - | + mkdir -p -v /data/{downloads,media}/{movies,music,books,tv} volumeMounts: - mountPath: /data name: data