From be219aaeab909dbd2830a37a71025a832f9abe39 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 14:47:49 -0500 Subject: [PATCH] feat: disable init --- .../cl01tl/helm/matrix-synapse/values.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 76079b241..5795c4c04 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -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: