diff --git a/charts/linkerd-control-plane/README.md b/charts/linkerd-control-plane/README.md index 0eaf752a9..d46ecc2b0 100644 --- a/charts/linkerd-control-plane/README.md +++ b/charts/linkerd-control-plane/README.md @@ -169,7 +169,7 @@ Kubernetes: `>=1.21.0-0` | nodeSelector | object | `{"kubernetes.io/os":"linux"}` | NodeSelector section, See the [K8S documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) for more information | | podAnnotations | object | `{}` | Additional annotations to add to all pods | | podLabels | object | `{}` | Additional labels to add to all pods | -| policyController.image.name | string | `"cr.l5d.io/linkerd/policy-controller"` | Docker image for the proxy | +| policyController.image.name | string | `"cr.l5d.io/linkerd/policy-controller"` | Docker image for the policy controller | | policyController.image.pullPolicy | string | imagePullPolicy | Pull policy for the proxy container Docker image | | policyController.image.version | string | linkerdVersion | Tag for the proxy container Docker image | | policyController.logLevel | string | `"info"` | Log level for the policy controller | diff --git a/charts/linkerd-control-plane/values.yaml b/charts/linkerd-control-plane/values.yaml index 21e69ddca..ba1a09452 100644 --- a/charts/linkerd-control-plane/values.yaml +++ b/charts/linkerd-control-plane/values.yaml @@ -59,9 +59,8 @@ runtimeClassName: "" # policy controller configuration policyController: - # image -- Docker image for the policy controller image: - # -- Docker image for the proxy + # -- Docker image for the policy controller name: cr.l5d.io/linkerd/policy-controller # -- Pull policy for the proxy container Docker image # @default -- imagePullPolicy