Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/keycloakx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ The following table lists the configurable parameters of the Keycloak-X chart an
| `database.password` | Database Password | unset |
| `database.database` | Database | unset |
| `database.existingSecret` | Existing Secret containing database password (expects key `password`) | `""` |
| `database.existingSecretKey` | Key in existing Secret containing database password | `""` |
| `cache.stack` | Cache / Cluster Discovery, use `custom` to disable automatic configruation. | `default` |
| `database.existingSecretKey` | Key in existing Secret containing database password | `""`
| `cache.stack` | Cache / Cluster Discovery, use `custom` to disable automatic configuration. | `default` |
| `proxy.enabled` | If `true`, the `KC_PROXY` env variable will be set to the configured mode | `true` |
| `proxy.mode` | The configured proxy mode | `forwarded` |
| `proxy.http.enabled` | If `true`, HTTP forwarding is enabled | `true` |
Expand Down