Fix various typos

Signed-off-by: Peijun Ma <peijun.ma@protonmail.com>
This commit is contained in:
MaT1g3R 2020-08-12 01:13:45 -04:00 committed by GitHub
parent 6a78d2fdd5
commit c6a043f9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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