From 32b347d0ee94be86103c05b3fc5ce97ce2d56beb Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 12 Apr 2018 10:06:55 +0800 Subject: [PATCH] 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. --- stable/voyager/Chart.yaml | 2 +- stable/voyager/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/voyager/Chart.yaml b/stable/voyager/Chart.yaml index 6f7bc5a858..4aa5ac7ff5 100755 --- a/stable/voyager/Chart.yaml +++ b/stable/voyager/Chart.yaml @@ -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 diff --git a/stable/voyager/README.md b/stable/voyager/README.md index 059994c330..67c6ea5e44 100644 --- a/stable/voyager/README.md +++ b/stable/voyager/README.md @@ -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: