jitsi: fix prosody auth init shell

This commit is contained in:
Brad Stein 2025-12-24 20:12:48 -03:00
parent cf2e4c8bb2
commit bd21e775ab

View File

@ -21,7 +21,7 @@ spec:
command: ["/bin/sh","-c"] command: ["/bin/sh","-c"]
args: args:
- | - |
set -euo pipefail set -eu
prosodyctl --config /config/prosody.cfg.lua register "${JITSI_AUTH_USER}" meet.jitsi "${JITSI_AUTH_PASSWORD}" || true prosodyctl --config /config/prosody.cfg.lua register "${JITSI_AUTH_USER}" meet.jitsi "${JITSI_AUTH_PASSWORD}" || true
env: env:
- name: JITSI_AUTH_USER - name: JITSI_AUTH_USER