Typo fix in stash/README.md (#4578)

* Add version for stash

Add version for stash

* Typo fix in stash/README.md

Typo fix in stash/README.md
This commit is contained in:
AdamDang
2018-04-01 04:49:03 -07:00
committed by k8s-ci-robot
parent e16050fc36
commit 2db05ab924
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
name: stash
version: 0.5.0
version: 0.5.1
appVersion: 0.7.0-rc.1
home: https://github.com/appscode/stash
icon: https://cdn.appscode.com/images/icon/stash.png
+1 -1
View File
@@ -76,7 +76,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