From 0220936a2ee94bf0911bf58256e8c5d13ffdc039 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 3 Apr 2018 02:58:03 +0800 Subject: [PATCH] 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 --- stable/kubedb/Chart.yaml | 2 +- stable/kubedb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/kubedb/Chart.yaml b/stable/kubedb/Chart.yaml index c04fd29ff0..bfd2419777 100755 --- a/stable/kubedb/Chart.yaml +++ b/stable/kubedb/Chart.yaml @@ -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 diff --git a/stable/kubedb/README.md b/stable/kubedb/README.md index 1a510be955..fa5d72d9b9 100644 --- a/stable/kubedb/README.md +++ b/stable/kubedb/README.md @@ -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