From 90927fb72e2f59090459072c4eb9a564389b271d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 28 Aug 2022 10:43:19 +0300 Subject: [PATCH] meta-operator: Update README --- meta-operator/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-operator/README.md b/meta-operator/README.md index f09d477..03e8614 100644 --- a/meta-operator/README.md +++ b/meta-operator/README.md @@ -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 +```