linkerd2/charts
Alejandro Pedraza 7a9527bf00
Fix yaml in linkerd-config-addons when providing grafanaUrl (#4581)
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
```
2020-06-09 11:08:32 -07:00
..
add-ons remove grafana.image.version field (#4571) 2020-06-08 17:15:30 -05:00
linkerd2 Fix yaml in linkerd-config-addons when providing grafanaUrl (#4581) 2020-06-09 11:08:32 -07:00
linkerd2-cni Lint all markdown files (#4403) 2020-05-19 09:59:26 -07:00
linkerd2-multicluster adding tmp volume for restrictive pod secuity policies (#4566) 2020-06-08 13:58:47 -07:00
partials multicluster: Use the proxy as an HTTP gateway (#4528) 2020-06-02 19:37:14 -07:00
patch Upgrade to Helm v3 (#4373) 2020-05-14 12:11:47 -05:00