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