2022-08-28 07:43:19 +00:00
|
|
|
# meta-operator
|
|
|
|
|
|
|
|
Meta operator enables creating operators without building any binaries or
|
|
|
|
Docker images.
|
|
|
|
|
|
|
|
For example operator declaration see `keydb.yml`
|
|
|
|
|
|
|
|
```
|
2022-08-28 07:41:26 +00:00
|
|
|
kubectl create namespace meta-operator
|
|
|
|
kubectl apply -f application.yml -f keydb.yml
|
2022-08-28 07:43:19 +00:00
|
|
|
```
|