Skip to content

Commit

Permalink
Update backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieWeider72 authored Sep 16, 2024
1 parent fc9fb24 commit 25ead33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/admin/runai-setup/self-hosted/ocp/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25ead33

Please sign in to comment.