kube/meta-operator/README.md

12 lines
250 B
Markdown
Raw Normal View History

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
```