chore: Update manifests after change
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
- command:
|
- command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -ec
|
- -ec
|
||||||
- |-
|
- |
|
||||||
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
|
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
|
||||||
echo ">> Coping files ..."
|
echo ">> Coping files ..."
|
||||||
ls /app/ytdlp
|
ls /app/ytdlp
|
||||||
@@ -47,7 +47,15 @@ spec:
|
|||||||
fi
|
fi
|
||||||
image: busybox:1.37.0
|
image: busybox:1.37.0
|
||||||
imagePullPolicy: IfNotPresent
|
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:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: VPN_SERVICE_PROVIDER
|
- name: VPN_SERVICE_PROVIDER
|
||||||
@@ -150,11 +158,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/ytdlp
|
- mountPath: /app/ytdlp
|
||||||
name: config
|
name: config
|
||||||
- mountPath: /app/ytdlp/cookies-ro.txt
|
|
||||||
mountPropagation: None
|
|
||||||
name: cookie
|
|
||||||
readOnly: true
|
|
||||||
subPath: cookies.txt
|
|
||||||
- mountPath: /app/data
|
- mountPath: /app/data
|
||||||
name: music
|
name: music
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user