From 0e163b25f9e1db0c0dfa7629f84ea58ff06a4acc Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Mon, 22 Aug 2022 09:04:31 +0100 Subject: [PATCH] Add the Keycloak operator --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455ea5d56e..0aec5c3e8d 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,5 @@ project, as shown below: - [ExposedApp operator](https://github.com/halkyonio/exposedapp-rhdblog): a sample operator written to illustrate JOSDK concepts and its Quarkus extension in the ["Write Kubernetes Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#). -- \ No newline at end of file +- [Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official + Keycloak operator, built with Quarkus and JOSDK.