grafana/pkg/services/provisioning/values
Andrej Ocenas 3f144bdd05 Provisioning: Fix unmarshaling nested jsonData values (#20399)
Problem was that yaml unmarshal returned nested maps as
 map[interface{}]interface{} which are then not marshal-able 
to json because of that interface{} key type. This adds explicit 
casting of the keys in the yaml value types to string which 
then makes the values marshal-able to JSON in DB.

Fixes: #11537
2019-11-18 11:06:39 +01:00
..
values_test.go Provisioning: Fix unmarshaling nested jsonData values (#20399) 2019-11-18 11:06:39 +01:00
values.go Provisioning: Fix unmarshaling nested jsonData values (#20399) 2019-11-18 11:06:39 +01:00