Change headlamp deployment

This commit is contained in:
dvirlabs 2026-03-16 05:02:37 +02:00
parent 6ce027b93e
commit efc6143558

View File

@ -245,9 +245,6 @@ spec:
{{- with .Values.config.pluginsDir}} {{- with .Values.config.pluginsDir}}
- "-plugins-dir={{ . }}" - "-plugins-dir={{ . }}"
{{- end }} {{- end }}
{{- if hasKey .Values.config "sessionTTL" }}
- "-session-ttl={{ .Values.config.sessionTTL }}"
{{- end }}
{{- if not $oidc.externalSecret.enabled}} {{- if not $oidc.externalSecret.enabled}}
# Check if externalSecret is disabled # Check if externalSecret is disabled
{{- if or (ne $oidc.clientID "") (ne $clientID "") }} {{- if or (ne $oidc.clientID "") (ne $clientID "") }}