feat: enable init
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 44s
lint-test-helm / validate-kubeconform (pull_request) Successful in 24s
render-manifests / render-manifests (pull_request) Successful in 53s

This commit is contained in:
2026-04-04 14:40:26 -05:00
parent 696c510073
commit f6b515c785

View File

@@ -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: