mirror of https://github.com/linkerd/linkerd2.git
Fix comment to image container (#9229)
Fix comment to image container Signed-off-by: Tobias Bradtke <webwurst@gmail.com>
This commit is contained in:
parent
36a21ab5d7
commit
c40fa99d25
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue