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
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.20.7
|
version: 0.20.8
|
||||||
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: |
|
||||||
- "[Added]: customArtifactRepository value was added"
|
- "[Fixed]: add missing attribute for sso"
|
||||||
|
|
|
@ -135,6 +135,10 @@ data:
|
||||||
name: {{ .clientSecret.name }}
|
name: {{ .clientSecret.name }}
|
||||||
key: {{ .clientSecret.key }}
|
key: {{ .clientSecret.key }}
|
||||||
redirectUrl: {{ .redirectUrl }}
|
redirectUrl: {{ .redirectUrl }}
|
||||||
|
{{- with .rbac }}
|
||||||
|
rbac:
|
||||||
|
enabled: {{ .enabled }}
|
||||||
|
{{- end }}
|
||||||
{{- if .scopes }}
|
{{- if .scopes }}
|
||||||
scopes: {{ toYaml .scopes | nindent 8 }}
|
scopes: {{ toYaml .scopes | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue