From a47a51bcbe64347b044c3b1401ee8a905dde179e Mon Sep 17 00:00:00 2001 From: Nicolas Bigler Date: Tue, 30 Jul 2024 15:39:14 +0200 Subject: [PATCH] Adjust customization docs for keycloak We adjusted the keycloak configMap configuration option to allow multiple keycloak configs. Signed-off-by: Nicolas Bigler --- .../modules/ROOT/pages/vshn-managed/keycloak/customization.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/vshn-managed/keycloak/customization.adoc b/docs/modules/ROOT/pages/vshn-managed/keycloak/customization.adoc index fb34e1f..9c06252 100644 --- a/docs/modules/ROOT/pages/vshn-managed/keycloak/customization.adoc +++ b/docs/modules/ROOT/pages/vshn-managed/keycloak/customization.adoc @@ -38,7 +38,7 @@ spec: You can provide a custom configuration to Keycloak using a `ConfigMap`. The content of the `ConfigMap` is a JSON file based on the Keycloak export files. -The configuration *must* be in the key `keycloak-config.json` inside the `ConfigMap` +You can logically separate different configurations inside the `ConfigMap` by using different keys. However, each key *must* end in `.json`. The configuration will be read during the startup of Keycloak and loaded into the database.