mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user