Skip to content

Commit f51a150

Browse files
fix typo (#860)
* fix typo Signed-off-by: Yan Minagawa <[email protected]> * Update README.md Signed-off-by: Stefan Gries <[email protected]> --------- Signed-off-by: Yan Minagawa <[email protected]> Signed-off-by: Stefan Gries <[email protected]> Co-authored-by: Stefan Gries <[email protected]>
1 parent b782ac4 commit f51a150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/keycloakx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ The following table lists the configurable parameters of the Keycloak-X chart an
180180
| `database.password` | Database Password | unset |
181181
| `database.database` | Database | unset |
182182
| `database.existingSecret` | Existing Secret containing database password (expects key `password`) | `""` |
183-
| `database.existingSecretKey` | Key in existing Secret containing database password | `""` |
184-
| `cache.stack` | Cache / Cluster Discovery, use `custom` to disable automatic configruation. | `default` |
183+
| `database.existingSecretKey` | Key in existing Secret containing database password | `""`
184+
| `cache.stack` | Cache / Cluster Discovery, use `custom` to disable automatic configuration. | `default` |
185185
| `proxy.enabled` | If `true`, the `KC_PROXY` env variable will be set to the configured mode | `true` |
186186
| `proxy.mode` | The configured proxy mode | `forwarded` |
187187
| `proxy.http.enabled` | If `true`, HTTP forwarding is enabled | `true` |

0 commit comments

Comments
 (0)