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