Skip to content

Commit

Permalink
Update chart README
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 10, 2023
1 parent ba92ea1 commit 5983efa
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions helm-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Onyxia is distributed as a [Helm](https://helm.sh/) Package.

> ⬆️ Migrating from the old chart? Checkout [the migration guide](https://docs.onyxia.sh/migration-guides/migrating-to-the-new-helm-repo)
> ⬆️ Migrating from an older version? Checkout [the migration guides](https://docs.onyxia.sh/migration-guides)
> The links in this README are automatically updated.
> You can trust that they'll point to the correct references for this specific version.
Expand Down Expand Up @@ -44,7 +44,7 @@ extraInitContainers: |
args:
- -c
- |
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v5.0.1}/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v5.0.1/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand Down Expand Up @@ -91,16 +91,15 @@ Below is a sample `onyxia-values.yaml` file that illustrates where to specify th
+ # ...
+api:
+ env:
+ security.cors.allowed_origins: http://localhost:3000
+ authentication.mode: openidconnect
+ keycloak.realm: datalab
+ keycloak.auth-server-url: https://auth.lab.my-domain.net/auth
+ authentication.mode: openidconnect
+ oidc.issuer-uri: "https://auth.lab.my-domain.net/auth/realms/datalab"
+ oidc.clientID: "onyxia"
+ regions:
+ [
+ {
+ "id":"demo",
+ "name":"Demo",
+ # ...
+ [
+ {
+ "id":"demo",
+ "name":"Demo",
+ # ...
```

## Catalogs `x-onyxia` specifications
Expand Down

0 comments on commit 5983efa

Please sign in to comment.