File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/credentials-config-service Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : credentials-config-service
3
- version : 2.1.16
3
+ version : 2.1.18
4
4
appVersion : 0.0.1
5
5
description : A Helm chart for running the credentials-config-service on kubernetes.
6
6
icon : https://fiware.github.io/catalogue/img/fiware.png
Original file line number Diff line number Diff line change 1
1
# credentials-config-service
2
2
3
- ![ Version: 2.1.16 ] ( https://img.shields.io/badge/Version-2.1.16 -informational?style=flat-square ) ![ AppVersion: 0.0.1] ( https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square )
3
+ ![ Version: 2.1.18 ] ( https://img.shields.io/badge/Version-2.1.18 -informational?style=flat-square ) ![ AppVersion: 0.0.1] ( https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square )
4
4
5
5
A Helm chart for running the credentials-config-service on kubernetes.
6
6
Original file line number Diff line number Diff line change 26
26
"id": "{{ .id }}",
27
27
"defaultOidcScope": "{{ .defaultOidcScope }}",
28
28
{{- if .authorizationPath }}
29
- "authorizationPath ": "{{ .authorizationPath }}",
29
+ "authorizationType ": "{{ .authorizationType }}",
30
30
{{- end }}
31
31
"oidcScopes": {{ .oidcScopes | toJson }}
32
32
}
You can’t perform that action at this time.
0 commit comments