First runnable version
This commit is contained in:
parent
a979640096
commit
7eedd41bb9
1 changed files with 6 additions and 0 deletions
|
@ -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: "")
|
# Edit Manager options to watch all namespaces (Namespace: "")
|
||||||
operator-sdk create api --group=keycloak --version=v1alpha1 --kind=KeycloakRealm
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue