From 3ea4e577c83d0c552a4d739112dd4d7e12fdb92e Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:11:49 +0000 Subject: [PATCH] Regenerate helm docs [skip ci] --- helm/charts/hydra-maester/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index 331d9de1e..5620599ba 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -8,7 +8,8 @@ A Helm chart for Kubernetes | Key | Type | Default | Description | |-----|------|---------|-------------| -| adminService | object | `{"name":null,"port":null}` | Connection data to admin service of Hydra | +| adminService | object | `{"endpoint":"/admin/clients","name":null,"port":null}` | Connection data to admin service of Hydra | +| adminService.endpoint | string | `"/admin/clients"` | Set the clients endpoint, should be `/clients` for Hydra 1.x and `/admin/clients` for Hydra 2.x | | adminService.name | string | `nil` | Service name | | adminService.port | string | `nil` | Service port | | affinity | object | `{}` | Configure node affinity |