From 81e79fd19a75e498954e2de0ebf992d3d2e5c91d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 14 Jan 2026 23:34:39 -0300 Subject: [PATCH] jellyfin: trim vault ldap template --- services/jellyfin/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 4747417..a5257f1 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -25,9 +25,7 @@ spec: vault.hashicorp.com/role: "pegasus" vault.hashicorp.com/agent-inject-secret-ldap-config.xml: "kv/data/atlas/pegasus/jellyfin-ldap-config" vault.hashicorp.com/agent-inject-template-ldap-config.xml: | - {{ with secret "kv/data/atlas/pegasus/jellyfin-ldap-config" }} - {{ index .Data.data "ldap-config.xml" }} - {{ end }} + {{- with secret "kv/data/atlas/pegasus/jellyfin-ldap-config" -}}{{ index .Data.data "ldap-config.xml" }}{{- end -}} spec: serviceAccountName: pegasus-vault-sync # Clean up any lingering OIDC artifacts and strip the injected script tag