feat: disable init

This commit is contained in:
2026-04-04 14:47:49 -05:00
parent 52e990b289
commit be219aaeab

View File

@@ -313,21 +313,21 @@ mautrix-whatsapp:
type: statefulset
replicas: 1
strategy: RollingUpdate
initContainers:
init-copy-config:
image:
repository: busybox
tag: 1.37.0
command:
- /bin/sh
- -ec
- |
echo ">> Coping files ..."
ls /tmp
cp -fv /tmp/config.yaml /data/config.yaml
cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yaml
echo ">> Files in data:"
ls /data
# initContainers:
# init-copy-config:
# image:
# repository: busybox
# tag: 1.37.0
# command:
# - /bin/sh
# - -ec
# - |
# echo ">> Coping files ..."
# ls /tmp
# cp -fv /tmp/config.yaml /data/config.yaml
# cp -fv /tmp/mautrix-whatsapp-registration.yaml /data/registration.yaml
# echo ">> Files in data:"
# ls /data
containers:
main:
image: