fix(argo-workflows): Helm syntax on SSO configuration (#1493)

Signed-off-by: yu-croco <yu.croco@gmail.com>
main argo-workflows-0.19.6
Aikawa 2022-09-27 21:43:48 +09:00 committed by GitHub
parent 99aadc56c4
commit 57d64df546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ appVersion: v3.4.0
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.19.5 version: 0.19.6
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -13,4 +13,4 @@ maintainers:
url: https://argoproj.github.io/ url: https://argoproj.github.io/
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Fixed]: Fixed failed sso configuration" - "[Fixed]: Helm syntax on SSO configuration"

View File

@ -142,7 +142,7 @@ data:
issuerAlias: {{ .issuerAlias }} issuerAlias: {{ .issuerAlias }}
{{- end }} {{- end }}
{{- if .sessionExpiry }} {{- if .sessionExpiry }}
sessionExpiry: .sessionExpiry sessionExpiry: {{ .sessionExpiry }}
{{- end }} {{- end }}
{{- if .customGroupClaimName }} {{- if .customGroupClaimName }}
customGroupClaimName: {{ .customGroupClaimName }} customGroupClaimName: {{ .customGroupClaimName }}