fix(docs): Add GitOps / Argo CD documentation

This commit is contained in:
Thorsten Roßner
2024-10-16 08:17:26 +02:00
parent a9c8dfeab1
commit bbe7550c46
7 changed files with 84 additions and 25 deletions

View File

@@ -201,3 +201,6 @@ kubectl patch -n ${NAMESPACE} configmap ${CONFIGMAP_NAME} --type merge -p '{"dat
```
2. Restart the Keycloak Pod(s).
> **Note**<br>
> As the `ums-keycloak-extensions-handler` is performing frequent (one per second) requests to Keycloak for retrieval of the Keycloak event history, you might want to stop/remove the deployment while debugging/analysing Keycloak to not get your debug output spammed by these requests.