From 7eedd41bb962be4b9e169964b466eb2f469c482f Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 10 Jan 2021 17:27:24 +0100 Subject: [PATCH] First runnable version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index af82b07..249889a 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ operator-sdk init --domain=bitmask.me --repo=git.zom.bi/images/keycloak-operator # Edit Manager options to watch all namespaces (Namespace: "") operator-sdk create api --group=keycloak --version=v1alpha1 --kind=KeycloakRealm ``` + +for testing locally: +``` +kubectl apply -f config/crd/bases/keycloak.bitmask.me_keycloakrealms.yaml +make run ENABLE_WEBHOOKS=false +``` \ No newline at end of file