chore: Update manifests after change

This commit is contained in:
2025-12-18 04:32:19 +00:00
parent 176e98ad2d
commit 337ea3e824

View File

@@ -35,37 +35,6 @@ spec:
hostNetwork: false hostNetwork: false
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
initContainers:
- 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
image: busybox:1.37.0
imagePullPolicy: IfNotPresent
name: init-copy-config
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /tmp/config.yaml
mountPropagation: None
name: config
readOnly: true
subPath: config.yaml
- mountPath: /data
name: data
- mountPath: /tmp/mautrix-whatsapp-registration.yaml
mountPropagation: None
name: registration
readOnly: true
subPath: mautrix-whatsapp-registration.yaml
containers: containers:
- image: dock.mau.dev/mautrix/whatsapp:v0.2511.0 - image: dock.mau.dev/mautrix/whatsapp:v0.2511.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent