From 5794bb95f55515e15e8e12225b7c177dae940508 Mon Sep 17 00:00:00 2001 From: JamieWeider72 <147967555+JamieWeider72@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:56:47 +0300 Subject: [PATCH] Update backend.md --- docs/admin/runai-setup/self-hosted/k8s/backend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/runai-setup/self-hosted/k8s/backend.md b/docs/admin/runai-setup/self-hosted/k8s/backend.md index 3c50db734e..fde2ce2c5d 100644 --- a/docs/admin/runai-setup/self-hosted/k8s/backend.md +++ b/docs/admin/runai-setup/self-hosted/k8s/backend.md @@ -98,6 +98,7 @@ 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 | +| `global.keycloakx.adminUser` | Can only be set during the initial installation | The admin password, however can also be chagned later throug hthe KeyCloak UI, but you must also update the 'keycloackx.adminPassword' value in the Helm chart using the helm upgrade. Filure to update the Helm values after changin the password can lead to control plance services encountering errors | ### Grafana