diff --git a/docs/admin/runai-setup/self-hosted/ocp/backend.md b/docs/admin/runai-setup/self-hosted/ocp/backend.md index 3020956039..0539b37fa7 100644 --- a/docs/admin/runai-setup/self-hosted/ocp/backend.md +++ b/docs/admin/runai-setup/self-hosted/ocp/backend.md @@ -90,7 +90,8 @@ If you have opted to connect to an [external PostgreSQL database](preparations.m | `keycloakx.adminPassword` | Password of the internal identity provider administrator | This password is for the administrator of Keycloak | | `keycloakx.existingSecret` | Keycloakx credentials (secret) | Existing secret name with authentication credentials | | `global.keycloakx.host` | KeyCloak (Run:ai internal identity provider) host path | Override the DNS for Keycloak. This can be used to access Keycloak from outside the Run:ai Control Plane cluster via ingress | -| `keycloakx.host` | Can only be set during the initial installation | The admin password, however, can also be changed later through the Keycloak UI, but you must also update the`keycloakx.adminPassword` value in the Helm chart using helm upgrade. Failing to update the Helm values after changing the password can lead to control plane services encountering errors. | + +The `keycloakx.adminUser` can only be set during the initial installation. The admin password, however, can also be changed later through the Keycloak UI, but you must also update the `keycloakx.adminPassword` value in the Helm chart using helm upgrade. Failing to update the Helm values after changing the password can lead to control plane services encountering errors. ### Grafana