mirror of https://github.com/linkerd/linkerd2.git
Put back space after `grafanaUrl` label in `linkerd-config-addons.yaml` to avoid breaking the yaml parsing. ``` $ linkerd check ... linkerd-addons -------------- ‼ 'linkerd-config-addons' config map exists could not unmarshal linkerd-config-addons config-map: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go struct field Values.global of type linkerd2.Global ``` This was added in #4544 to avoid having the configmap being badly formatted. So this PR fixes the yaml, but then if we don't set `grafanaUrl` the configmap format gets messed up, but apparently that's just a cosmetic problem: ``` apiVersion: v1 data: values: "global:\n grafanaUrl: \ngrafana:\n enabled: true\n image:\n name: gcr.io/linkerd-io/grafana\n name: linkerd-grafana\n resources:\n cpu:\n limit: 240m\n memory:\n limit: null\ntracing:\n enabled: false" kind: ConfigMap ``` |
||
---|---|---|
.. | ||
add-ons | ||
linkerd2 | ||
linkerd2-cni | ||
linkerd2-multicluster | ||
partials | ||
patch |