diff --git a/charts/linkerd2/README.md b/charts/linkerd2/README.md index a2504660e..6044554c7 100644 --- a/charts/linkerd2/README.md +++ b/charts/linkerd2/README.md @@ -87,8 +87,6 @@ their default values. | Parameter | Description | Default | |:--------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------| | `controllerImage` | Docker image for the controller, tap and identity components | `ghcr.io/linkerd/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` | | `dashboard.replicas` | Number of replicas of dashboard | `1` | @@ -103,6 +101,8 @@ their default values. | `global.clusterNetworks` | The networks that may include pods & services in this cluscter | `10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16` | | `global.cniEnabled` | Omit the NET_ADMIN capability in the PSP and the proxy-init container when injecting the proxy; requires the linkerd-cni plugin to already be installed | `false` | | `global.controllerComponentLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-component` | +| `global.controllerImageVersion` | Tag for the controller container docker image | latest version | +| `global.controllerLogLevel` | Log level for the control plane components | `info` | | `global.controllerNamespaceLabel` | Control plane label. Do not edit | `linkerd.io/control-plane-ns` | | `global.podLabels` | Additional labels to add to all pods | `{}` | | `global.podAnnotations` | Additional annotations to add to all pods | `{}` | @@ -153,7 +153,7 @@ their default values. | `identity.issuer.tls.crtPEM` | Issuer certificate (ECDSA). It must be provided during install. | | | `identity.issuer.tls.keyPEM` | Key for the issuer certificate (ECDSA). It must be provided during install. | | | `identityResources` | CPU and Memory resources required by the identity controller (see `global.proxy.resources` for sub-fields) | | -| `identityPoxyResources` | CPU and Memory resources required by proxy injected into identity pod (see `global.proxy.resources` for sub-fields) | values in `global.proxy.resources` | +| `identityProxyResources` | CPU and Memory resources required by proxy injected into identity pod (see `global.proxy.resources` for sub-fields) | values in `global.proxy.resources` | | `installNamespace` | Set to false when installing Linkerd in a custom namespace. See the [Linkerd documentation](https://linkerd.io/2/tasks/install-helm/#customizing-the-namespace) for more information. | `true` | | `omitWebhookSideEffects` | Omit the `sideEffects` flag in the webhook manifests | `false` | | `proxyInjector.externalSecret` | Do not create a secret resource for the profileValidator webhook. If this is set to `true`, the value `proxyInjector.caBundle` must be set (see below). | `false` |