meta-operator: Update README

This commit is contained in:
Lauri Võsandi 2022-08-28 10:43:19 +03:00
parent 502010b949
commit 90927fb72e
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# meta-operator
Meta operator enables creating operators without building any binaries or
Docker images.
For example operator declaration see `keydb.yml`
```
kubectl create namespace meta-operator
kubectl apply -f application.yml -f keydb.yml
```