keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
127 stars 70 forks source link

Improve workaround for issue #28638. #774

Closed tkyjovsk closed 4 months ago

tkyjovsk commented 4 months ago

Use kubectl patch instead of the kubectl get | jq | kubectl apply approach. Also patch the role definition in the operator's Cluster Service Version (CSV) in case OLM decides to recreate the role.

ahus1 commented 4 months ago

Thank you for this improvement. For future commits, please add a sign-off like the following as we also require it for the main repository:

Signed-off-by: Author Name <authoremail@example.com>