From eb0db2ce81d99126692687bb69a93b8e83569de7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 19 Dec 2025 21:32:40 -0300 Subject: [PATCH] jellyfin: clean old ldap plugin before oidc init --- services/jellyfin/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index d58fd7b..afd5a74 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -69,6 +69,7 @@ spec: echo "OIDC_CLIENT_ID or OIDC_CLIENT_SECRET missing; create secret jellyfin-oidc" >&2 exit 1 fi + rm -rf "/config/plugins/LDAP Authentication_20.0.0.0" apk add --no-cache wget unzip plugin_dir="/config/plugins/OIDC Authentication_${OIDC_PLUGIN_VERSION}" config_dir="/config/plugins/configurations"