Skip to content

Commit

Permalink
Correcting typo
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj committed Apr 21, 2022
1 parent 83759f1 commit 420fe2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Create the operator role and role binding.

```
// default namespace
$ kubectl create -f config/rbac/default_ns/rbac.yaml
$ kubectl create -f config/rbac/default_ns_rbac.yaml
// all namespaces
$ kubectl create -f config/rbac/all_ns/rbac.yaml
$ kubectl create -f config/rbac/all_ns_rbac.yaml
```

Deploy the Zookeeper operator.
Expand Down Expand Up @@ -316,9 +316,9 @@ To delete all clusters, delete all cluster CR objects before uninstalling the op

```
$ kubectl delete -f config/manager/manager.yaml
$ kubectl delete -f config/rbac/default_ns/rbac.yaml
$ kubectl delete -f config/rbac/default_ns_rbac.yaml
// or, depending on how you deployed it
$ kubectl delete -f config/rbac/all_ns/rbac.yaml
$ kubectl delete -f config/rbac/all_ns_rbac.yaml
```

### The AdminServer
Expand Down

0 comments on commit 420fe2b

Please sign in to comment.