kube/meta-operator
Lauri Võsandi 1045ed2f26
continuous-integration/drone Build is passing Details
Migrate to Prometheus Operator
2022-09-11 16:38:16 +03:00
..
README.md meta-operator: Update README 2022-08-28 10:43:19 +03:00
application.yml Migrate to Prometheus Operator 2022-09-11 16:38:16 +03:00
keydb.yml Migrate to Prometheus Operator 2022-09-11 16:38:16 +03:00

README.md

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