From a09044f528fd4ce99e42e309898a078d61ae11e7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 24 Dec 2025 20:12:48 -0300 Subject: [PATCH] jitsi: fix prosody auth init shell --- services/jitsi/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jitsi/deployment.yaml b/services/jitsi/deployment.yaml index 7476caf1..66b397ae 100644 --- a/services/jitsi/deployment.yaml +++ b/services/jitsi/deployment.yaml @@ -21,7 +21,7 @@ spec: command: ["/bin/sh","-c"] args: - | - set -euo pipefail + set -eu prosodyctl --config /config/prosody.cfg.lua register "${JITSI_AUTH_USER}" meet.jitsi "${JITSI_AUTH_PASSWORD}" || true env: - name: JITSI_AUTH_USER