Leszek
Leszek
When you call RepositoryFileApi.getFileInfo() for a file with special characters in the name, the values of "fileName" and "filePath" fields in the RepositoryFile object are messed up. The file name...
https://github.com/prometheus/jmx_exporter/blob/main/example_configs/tomcat.yml You have to add a rule for exporting the `java_lang_operatingsystem_*` properties, ie: ``` - pattern: 'java.lang(.*):' name: java_lang_operatingsystem_$1 type: COUNTER ```
### Description Add support to watch all namespaces in the cluster. ### Discussion _No response_ ### Motivation Usually you deploy an app in a separate namespace and you want to...
### Description It would be nice to see it directly than to dig into the CRD. ### Discussion _No response_ ### Motivation _No response_ ### Details _No response_
### Describe the bug The operator cannot update an existing realm. The log says that the update was successful, but the changes are not visible in Keycloak. ### Version 21.1.2...