Automated Manifest Update (#2486)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2486
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2486.
This commit is contained in:
2025-12-13 18:55:05 +00:00
committed by Alex Lebens
parent e9808c7c5e
commit b2a82e6f88

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