From 932562f8bc86423805c2ad05b194b99df90e814d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 22:27:03 -0600 Subject: [PATCH] disable init --- .../cl01tl/helm/matrix-synapse/values.yaml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 76ecf98da..0ed81a076 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -309,26 +309,26 @@ mautrix-whatsapp: replicas: 1 strategy: RollingUpdate revisionHistoryLimit: 3 - initContainers: - init-copy-config: - image: - repository: busybox - tag: 1.37.0 - pullPolicy: IfNotPresent - resources: - requests: - cpu: 10m - memory: 128Mi - 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 + # pullPolicy: IfNotPresent + # resources: + # requests: + # cpu: 10m + # memory: 128Mi + # 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: