mirror of https://github.com/linkerd/linkerd2.git
Fix typos (#4858)
Fix various typos Signed-off-by: Peijun Ma <peijun.ma@protonmail.com>
This commit is contained in:
parent
6a78d2fdd5
commit
c6a043f9c8
|
@ -202,7 +202,7 @@ The following table lists the configurable parameters for the Grafana Add-On.
|
|||
| `grafana.image.name` | Docker image name for the grafana instance | `gcr.io/linkerd-io/grafana` |
|
||||
| `grafana.image.tag` | Docker image tag for the grafana instance | latest version |
|
||||
| `grafana.resources.cpu.limit` | Maximum amount of CPU units that the grafana container can use ||
|
||||
| `grafana.resources.cpu.request` | Amount of CPU units that the gafana container requests ||
|
||||
| `grafana.resources.cpu.request` | Amount of CPU units that the grafana container requests ||
|
||||
| `grafana.resources.memory.limit` | Maximum amount of memory that grafana container can use ||
|
||||
| `grafana.resources.memory.request` | Amount of memory that the grafana container requests ||
|
||||
| `grafana.proxy.resources` | Structure analog to the `resources` fields above, but overriding the resources of the linkerd proxy injected into the grafana pod. | values in `global.proxy.resources` of the linkerd2 chart. |
|
||||
|
|
|
@ -4,7 +4,7 @@ linkerd.io/proxy-version: {{.image.version}}
|
|||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
To add labels to the control-plane components, instead update at induvidual component manifests as
|
||||
To add labels to the control-plane components, instead update at individual component manifests as
|
||||
adding here would also update `spec.selector.matchLabels` which are immutable and would fail upgrades.
|
||||
*/}}
|
||||
{{- define "partials.proxy.labels" -}}
|
||||
|
|
Loading…
Reference in New Issue