Skip to content

Commit aa6de84

Browse files
Update registration-cm.yaml (#392)
* Update registration-cm.yaml * Update helm documentation * Update registration-cm.yaml * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5d4944 commit aa6de84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/credentials-config-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: credentials-config-service
3-
version: 2.1.16
3+
version: 2.1.18
44
appVersion: 0.0.1
55
description: A Helm chart for running the credentials-config-service on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png

charts/credentials-config-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# credentials-config-service
22

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)
44

55
A Helm chart for running the credentials-config-service on kubernetes.
66

charts/credentials-config-service/templates/registration-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626
"id": "{{ .id }}",
2727
"defaultOidcScope": "{{ .defaultOidcScope }}",
2828
{{- if .authorizationPath }}
29-
"authorizationPath": "{{ .authorizationPath }}",
29+
"authorizationType": "{{ .authorizationType }}",
3030
{{- end }}
3131
"oidcScopes": {{ .oidcScopes | toJson }}
3232
}

0 commit comments

Comments
 (0)