From 2403ac54739d55a9e97333a837a45fea9dc0a96c Mon Sep 17 00:00:00 2001 From: Sava Date: Fri, 24 Jun 2022 20:51:41 +0500 Subject: [PATCH] fix manager.yaml path (#488) Signed-off-by: Sava Lifanov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d44a4d..49479125 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ kubectl create -f config/rbac/all_ns_rbac.yaml Deploy the Zookeeper operator. ``` -$ kubectl create -f deploy/manager/manager.yaml +$ kubectl create -f config/manager/manager.yaml ``` Verify that the Zookeeper operator is running.