fix(argo-workflows): Helm syntax on SSO configuration (#1493)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
99aadc56c4
commit
57d64df546
2 changed files with 3 additions and 3 deletions
|
|
@ -142,7 +142,7 @@ data:
|
|||
issuerAlias: {{ .issuerAlias }}
|
||||
{{- end }}
|
||||
{{- if .sessionExpiry }}
|
||||
sessionExpiry: .sessionExpiry
|
||||
sessionExpiry: {{ .sessionExpiry }}
|
||||
{{- end }}
|
||||
{{- if .customGroupClaimName }}
|
||||
customGroupClaimName: {{ .customGroupClaimName }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue