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