Skip to content

Commit 1758747

Browse files
Update helm documentation
1 parent 1305621 commit 1758747

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/onboarding-portal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: onboarding-portal
3-
version: 1.0.0
3+
version: 1.1.0
44
appVersion: 0.0.1
55
type: application
66
description: A Helm chart for the OnBoarding Portal
@@ -11,4 +11,4 @@ maintainers:
1111
keywords:
1212
- onboarding
1313
- FIWARE
14-
- Data Space Connector
14+
- Data Space Connector

charts/onboarding-portal/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# onboarding-portal
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
3+
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-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 the OnBoarding Portal
66

@@ -20,10 +20,10 @@ A Helm chart for the OnBoarding Portal
2020
| config.app.keycloak.auth | object | `{"clientId":"admin-cli","grantType":"password","password":"${APP_KEYCLOAK_PASSWORD}","username":"${APP_KEYCLOAK_USERNAME}"}` | Authentication information needed to create new realms |
2121
| config.app.keycloak.baseUrl | string | `""` | URL of the keycloak where new realms will be created |
2222
| config.app.login.clientId | string | `"${APP_CLIENT_ID}"` | ClientId of the OpenID server |
23-
| config.app.login.clientSecret | string | `"${APP_CLIENT_SECRET}"` | CLientSecret of the OpenID server |
23+
| config.app.login.clientSecret | string | `"${APP_CLIENT_SECRET}"` | ClientSecret of the OpenID server |
2424
| config.app.login.codeChallenge | bool | `true` | Type of codeChallenge |
2525
| config.app.login.openIdUrl | string | `""` | URL of the OpenID server (e.g: keycloak) |
26-
| config.app.login.scope | string | `"openid"` | Scopes required en el openid request |
26+
| config.app.login.scope | string | `"openid"` | Scopes required in the openid request |
2727
| config.app.tir | object | `{"url":""}` | Trust Issuer Register where DID's will be registered |
2828
| config.database | object | `{"database":"","host":"","logging":false,"password":"${APP_DB_PASSWORD}","port":5432,"synchronize":true,"type":"postgres","username":"${APP_DB_USERNAME}"}` | Database configuration. See [TypeORM documentation](https://typeorm.io/docs/data-source/data-source-options) |
2929
| config.email | object | `{"enabled":false,"type":"nodemailer"}` | Email configuration using [Nodemailer](https://nodemailer.com/) |

0 commit comments

Comments
 (0)