From bd21e775abc31eaf5ddc7dd8dc3fd775f6cd8c81 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 7476caf..66b397a 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