Typo fix in voyager/README.md (#4576)

* Add version for voyager

Add version for voyager

* Typo fix in voyager/README.md

Typo fix in voyager/README.md

* Add home key for voyager/Chart.yaml

Add home key for voyager/Chart.yaml

* Modify the home key

home: https://appscode.com/products/voyager/
This commit is contained in:
AdamDang
2018-04-01 18:09:02 -07:00
committed by k8s-ci-robot
parent 9c891b602b
commit f06d7be706
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
apiVersion: v1
description: 'Voyager by AppsCode - Secure Ingress Controller for Kubernetes'
home: https://appscode.com/products/voyager/
icon: https://cdn.appscode.com/images/icon/voyager.png
name: voyager
version: 3.2.1
version: 3.2.2
appVersion: 6.0.0
sources:
- https://github.com/appscode/voyager
+1 -1
View File
@@ -81,7 +81,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