From 2db05ab9244a30d7975daadcbdbb7f15ca647a9d Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 1 Apr 2018 19:49:03 +0800 Subject: [PATCH] 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 --- stable/stash/Chart.yaml | 2 +- stable/stash/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/stash/Chart.yaml b/stable/stash/Chart.yaml index 7fcbaa69eb..ead7655243 100755 --- a/stable/stash/Chart.yaml +++ b/stable/stash/Chart.yaml @@ -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 diff --git a/stable/stash/README.md b/stable/stash/README.md index ea369dc5fa..bd544d9603 100644 --- a/stable/stash/README.md +++ b/stable/stash/README.md @@ -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