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