forked from k-space/kube
meta-operator: Update README
This commit is contained in:
parent
502010b949
commit
90927fb72e
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user