Typo fix in kubedb/README.md (#4577)

* Add version for kubedb

Add version for kubedb

* Typo fix in kubedb/README.md

Typo fix in kubedb/README.md
This commit is contained in:
AdamDang
2018-04-02 11:58:03 -07:00
committed by k8s-ci-robot
parent df2610ad3f
commit 0220936a2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: 'KubeDB by AppsCode - Making running production-grade databases easy on Kubernetes'
name: kubedb
version: 0.1.1
version: 0.1.2
appVersion: 0.8.0-beta.2
home: https://github.com/kubedb/cli
icon: https://cdn.appscode.com/images/icon/kubedb.png
+1 -1
View File
@@ -77,7 +77,7 @@ By default the chart will not install the recommended RBAC roles and rolebinding
You need to have the flag `--authorization-mode=RBAC` on the api server. See the following document for how to enable [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/).
To determine if your cluster supports RBAC, run the the following command:
To determine if your cluster supports RBAC, run the following command:
```console
$ kubectl api-versions | grep rbac