From 391c738629ab8bf90b00e29f3647dcee4809ead0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Dec 2024 13:53:14 +0000 Subject: [PATCH] update Helm documentation --- charts/rs-server-adgs/README.md | 2 +- charts/rs-server-cadip/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/rs-server-adgs/README.md b/charts/rs-server-adgs/README.md index 21c8a13..17548c3 100644 --- a/charts/rs-server-adgs/README.md +++ b/charts/rs-server-adgs/README.md @@ -24,7 +24,7 @@ RS SERVER ADGS | app.station.adgs2.endpoint.url | string | `"http://mockup-station-adgs2-svc.processing.svc.cluster.local:8080/Products"` | ADGS2 URL | | app.stationConfigFile | string | `"stations_cfg.json"` | Station configuration file for the application | | app.uacURL | string | `"http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key"` | URL of the API Key Manager service | -| app.useTokenModule | bool | `true` | The way the token for the external stations is loaded: own module or let eodag to do it (set it to false) | +| app.useTokenModule | bool | `false` | The way the token for the external stations is loaded: own module or let eodag to do it (set it to false) | | app.workDir | string | `"/app"` | Working directory for the application | | auth.secret.cookie_secret | string | `""` | Random string used to encode cookie-based HTTP sessions in SessionMiddleware | | auth.secret.oidc_client_id | string | `""` | OIDC CLient ID | diff --git a/charts/rs-server-cadip/README.md b/charts/rs-server-cadip/README.md index 102345a..2b18db6 100644 --- a/charts/rs-server-cadip/README.md +++ b/charts/rs-server-cadip/README.md @@ -23,7 +23,7 @@ RS SERVER CADIP | app.station.cadip | object | `{"endpoint":{"url":{"odata":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080","token":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/oauth2/token"}}}` | CADIP station name | | app.station.cadip.endpoint.url | object | `{"odata":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080","token":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/oauth2/token"}` | CADIP station URL | | app.uacURL | string | `"http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key"` | URL of the API Key Manager service | -| app.useTokenModule | bool | `true` | allow EODAG to handle it (set it to false for EODAG). | +| app.useTokenModule | bool | `false` | allow EODAG to handle it (set it to false for EODAG). | | app.workDir | string | `"/app"` | Working directory for the application | | auth.secret.cookie_secret | string | `""` | Random string used to encode cookie-based HTTP sessions in SessionMiddleware | | auth.secret.oidc_client_id | string | `""` | OIDC CLient ID |