chore: Update manifests after change

This commit is contained in:
2025-12-13 18:54:46 +00:00
parent e9808c7c5e
commit e9a9ae3fde

View File

@@ -40,8 +40,12 @@ spec:
- /bin/sh
- -ec
- |
cp -f /tmp/config.yaml /data/config.yml
cp -f /tmp/mautrix-whatsapp-registration.yaml /data/registration.yml
echo ">> Coping files ..."
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
imagePullPolicy: IfNotPresent
name: init-copy-config