chore: Update manifests after change

This commit is contained in:
2026-01-17 04:28:29 +00:00
parent 84a1b60437
commit f96a75691e

View File

@@ -33,6 +33,21 @@ spec:
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- command:
- /bin/sh
- -ec
- |-
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
echo ">> Coping files ..."
ls /app/ytdlp
cp -fv /app/ytdlp/cookies-ro.txt /app/ytdlp/cookies.txt
echo ">> Files in ytdlp:"
ls /app/ytdlp
fi
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
name: init-copy-config
containers:
- env:
- name: VPN_SERVICE_PROVIDER
@@ -135,7 +150,7 @@ spec:
volumeMounts:
- mountPath: /app/ytdlp
name: config
- mountPath: /app/ytdlp/cookies.txt
- mountPath: /app/ytdlp/cookies-ro.txt
mountPropagation: None
name: cookie
readOnly: true