From efc6143558eac01b4022a35d763f42e2a1a53039 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Mar 2026 05:02:37 +0200 Subject: [PATCH] Change headlamp deployment --- charts/headlamp/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/headlamp/templates/deployment.yaml b/charts/headlamp/templates/deployment.yaml index 3cbe214..9867a56 100644 --- a/charts/headlamp/templates/deployment.yaml +++ b/charts/headlamp/templates/deployment.yaml @@ -245,9 +245,6 @@ spec: {{- with .Values.config.pluginsDir}} - "-plugins-dir={{ . }}" {{- end }} - {{- if hasKey .Values.config "sessionTTL" }} - - "-session-ttl={{ .Values.config.sessionTTL }}" - {{- end }} {{- if not $oidc.externalSecret.enabled}} # Check if externalSecret is disabled {{- if or (ne $oidc.clientID "") (ne $clientID "") }}