From f6b515c7851a51d6487f9c638fb865919862ed9a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 14:40:26 -0500 Subject: [PATCH] feat: enable init --- .../cl01tl/helm/matrix-synapse/values.yaml | 38 ++++++++----------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index a7273677c..76079b241 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -242,10 +242,6 @@ mautrix-discord: # image: # repository: busybox # tag: 1.37.0 - # resources: - # requests: - # cpu: 10m - # memory: 128Mi # command: # - /bin/sh # - -ec @@ -317,25 +313,21 @@ mautrix-whatsapp: type: statefulset replicas: 1 strategy: RollingUpdate - # initContainers: - # init-copy-config: - # image: - # repository: busybox - # tag: 1.37.0 - # 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 + 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: