mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-04 14:23:38 +00:00
fix greater than comparison
This commit is contained in:
parent
a89436fede
commit
5fbc041e57
@ -114,7 +114,7 @@ spec:
|
||||
{{- end }}
|
||||
- name: OIDC_SESSION_INACTIVITY_TIMEOUT
|
||||
value: {{ .session.inactivityTimeout }}
|
||||
{{- if .session.maxDuration > -1 }}
|
||||
{{- if ge .session.maxDuration 0 }}
|
||||
- name: OIDC_SESSION_MAX_DURATION
|
||||
value: {{ printf "%d" (add .session.maxDuration) }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user