forked from argoproj/argo-helm
fix(argo-workflows): Helm syntax on SSO configuration (#1493)
Signed-off-by: yu-croco <yu.croco@gmail.com>main argo-workflows-0.19.6
parent
99aadc56c4
commit
57d64df546
|
@ -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"
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue