Fix comment to image container (#9229)

Fix comment to image container

Signed-off-by: Tobias Bradtke <webwurst@gmail.com>
This commit is contained in:
Tobias Bradtke 2022-08-22 23:35:11 +02:00 committed by GitHub
parent 36a21ab5d7
commit c40fa99d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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 |

View File

@ -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