feat: disable init
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 27s
render-manifests / render-manifests (pull_request) Successful in 1m23s

This commit is contained in:
2026-04-04 14:47:49 -05:00
parent 67cd6faff5
commit 0e16725922

View File

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