From c8dd369afdbbd040821aacf37ae690178db1445b Mon Sep 17 00:00:00 2001 From: Alex Lundberg <34074700+lundbird@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:19:58 -0400 Subject: [PATCH] =?UTF-8?q?update=20helm=20chart=20README=20with=20enforce?= =?UTF-8?q?dHostRegexp=20and=20controllerImageV=E2=80=A6=20(#4154)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update helm chart README with enforcedHostRegexp and controllerImageVersion Signed-off-by: alex lundberg --- charts/linkerd2/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/linkerd2/README.md b/charts/linkerd2/README.md index d5e1a3400..24d158d3b 100644 --- a/charts/linkerd2/README.md +++ b/charts/linkerd2/README.md @@ -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