mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-21 06:46:42 +00:00
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>