From a2543778d1ff09b54153339d78d9304e99689a50 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 17 Jan 2026 04:32:03 +0000 Subject: [PATCH] chore: Update manifests after change --- .../Deployment-yubal-playlist.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml b/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml index 2944c412f..eca90763a 100644 --- a/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml +++ b/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml @@ -37,7 +37,7 @@ spec: - command: - /bin/sh - -ec - - |- + - | if [ ! -f "/app/ytdlp/cookies.txt" ]; then echo ">> Coping files ..." ls /app/ytdlp @@ -47,7 +47,15 @@ spec: fi image: busybox:1.37.0 imagePullPolicy: IfNotPresent - name: init-copy-config + name: init-copy-cookie + volumeMounts: + - mountPath: /app/ytdlp + name: config + - mountPath: /app/ytdlp/cookies-ro.txt + mountPropagation: None + name: cookie + readOnly: true + subPath: cookies.txt containers: - env: - name: VPN_SERVICE_PROVIDER @@ -150,11 +158,6 @@ spec: volumeMounts: - mountPath: /app/ytdlp name: config - - mountPath: /app/ytdlp/cookies-ro.txt - mountPropagation: None - name: cookie - readOnly: true - subPath: cookies.txt - mountPath: /app/data name: music volumes: