Automated Manifest Update #2486

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-13 18:55:06 +00:00

View File

@@ -40,8 +40,12 @@ spec:
- /bin/sh - /bin/sh
- -ec - -ec
- | - |
cp -f /tmp/config.yaml /data/config.yml echo ">> Coping files ..."
cp -f /tmp/mautrix-whatsapp-registration.yaml /data/registration.yml ls /tmp
cp -fv /tmp/config.yaml /data/config.yml
cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yml
echo ">> Files in data:"
ls /data
image: busybox:1.37.0 image: busybox:1.37.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: init-copy-config name: init-copy-config