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 - /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