update helm chart README with enforcedHostRegexp and controllerImageV… (#4154)

* update helm chart README with enforcedHostRegexp and controllerImageVersion

Signed-off-by: alex lundberg <alex.lundberg@commonbond.co>
This commit is contained in:
Alex Lundberg 2020-03-10 15:19:58 -04:00 committed by GitHub
parent 586911e340
commit c8dd369afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ The following table lists the configurable parameters of the Linkerd2 chart and
| Parameter | Description | Default |
|:--------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------|
| `controllerImage` | Docker image for the controller, tap and identity components | `gcr.io/linkerd-io/controller` |
| `controllerImageVersion` | Tag for the controller container docker image | latest version |
| `controllerLogLevel` | Log level for the control plane components | `info` |
| `controllerReplicas` | Number of replicas for each control plane pod | `1` |
| `controllerUID` | User ID for the control plane components | `2103` |
@ -154,6 +155,7 @@ The following table lists the configurable parameters of the Linkerd2 chart and
| `tap.keyPEM` | Certificate key for Tap component. If not provided then Helm will generate one. ||
| `webhookFailurePolicy` | Failure policy for the proxy injector | `Ignore` |
| `webImage` | Docker image for the web container | `gcr.io/linkerd-io/web` |
| `enforcedHostRegexp` | Host header validation regex for the dashboard. See the [Linkerd documentation](https://linkerd.io/2/tasks/exposing-dashboard) for more information | `""` |
## Add-Ons Configuration