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

* Update Chart.yaml

add version

* Typo fix in voyager/README.md

adission->admission     a wrong word.
voyager->Voyager         keep same format in a table.
This commit is contained in:
AdamDang
2018-04-11 19:06:55 -07:00
committed by k8s-ci-robot
parent 975c6e4260
commit 32b347d0ee
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ 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.2
version: 3.2.3
appVersion: 6.0.0
sources:
- https://github.com/appscode/voyager
+2 -2
View File
@@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Voyager chart and t
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `cloudProvider` | Name of cloud provider | `nil` |
| `cloudConfig` | Path to cloud config | `` |
| `criticalAddon` | If true, installs voyager operator as critical addon | `false` |
| `criticalAddon` | If true, installs Voyager operator as critical addon | `false` |
| `logLevel` | Log level for operator | `3` |
| `persistence.enabled` | Enable mounting cloud config | `false` |
| `persistence.hostPath` | Host mount path for cloud config | `/etc/kubernetes` |
@@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Voyager chart and t
| `ingressClass` | Ingress class to watch for. If empty, it handles all ingress | `` |
| `apiserver.groupPriorityMinimum` | The minimum priority the group should have. | 10000 |
| `apiserver.versionPriority` | The ordering of this API inside of the group. | 15 |
| `apiserver.enableAdmissionWebhook` | Configure apiserver as adission webhooks for Voyager CRDs | false |
| `apiserver.enableAdmissionWebhook` | Configure apiserver as admission webhooks for Voyager CRDs | false |
| `apiserver.ca` | CA certificate used by main Kubernetes api server | `` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: