jitsi: fix prosody auth init shell

This commit is contained in:
Brad Stein 2025-12-24 20:12:48 -03:00
parent 2c6d2a9ebd
commit a09044f528

View File

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