ceph-csi/charts
Toby Jackson 989905aa9f helm: csiplugin-configmap generates invalid configuation
When generating csiconfiguration from values the config.json key gets merged with cluster-mapping.json
as the config.json toYaml element supresses a newline.

This fixes the situation where configuration is generated as shown;

```
 data:
   config.json: |-
    [{"clusterID":"....","monitors":["..."]}]cluster-mapping.json: |-
    []
```

Signed-off-by: Toby Jackson <toby@warmfusion.co.uk>
2021-11-25 06:31:38 +00:00
..
ceph-csi-cephfs helm: use "version: 3-canary" for helm charts on "devel" 2021-11-24 04:32:15 +00:00
ceph-csi-rbd helm: csiplugin-configmap generates invalid configuation 2021-11-25 06:31:38 +00:00