diff --git a/bitnami/keycloak/README.md b/bitnami/keycloak/README.md index fc12967eeb5d78..ce96b2eb2d7019 100644 --- a/bitnami/keycloak/README.md +++ b/bitnami/keycloak/README.md @@ -468,7 +468,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `""` | | `ingress.controller` | The ingress controller type. Currently supports `default` and `gce` | `default` | | `ingress.hostname` | Default host for the ingress record (evaluated as template) | `keycloak.local` | -| `ingress.hostnameStrict` | Disables dynamically resolving the hostname from request headers | `false` | +| `ingress.hostnameStrict` | Disables dynamically resolving the hostname from request headers. | `false` | | `ingress.path` | Default path for the ingress record (evaluated as template) | `""` | | `ingress.servicePort` | Backend service port to use | `http` | | `ingress.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |