fix(argo-workflows): Added missing attribute for sso (#1641)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
07c6fc368a
commit
050027ad65
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.4.3
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.20.7
|
||||
version: 0.20.8
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
@ -13,4 +13,4 @@ maintainers:
|
|||
url: https://argoproj.github.io/
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: customArtifactRepository value was added"
|
||||
- "[Fixed]: add missing attribute for sso"
|
||||
|
|
|
@ -135,6 +135,10 @@ data:
|
|||
name: {{ .clientSecret.name }}
|
||||
key: {{ .clientSecret.key }}
|
||||
redirectUrl: {{ .redirectUrl }}
|
||||
{{- with .rbac }}
|
||||
rbac:
|
||||
enabled: {{ .enabled }}
|
||||
{{- end }}
|
||||
{{- if .scopes }}
|
||||
scopes: {{ toYaml .scopes | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue