Skip to content

Commit

Permalink
Regenerate helm docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Nov 7, 2022
1 parent b0fef38 commit 3ea4e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/charts/hydra-maester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3ea4e57

Please sign in to comment.