How to give stringified json value as parameter/variable in Helm charts?

9/19/2019

Would like to give stringified json as value to a config variable in Helm charts, but it is not accepting it or recognizing it.

-- Madhu Potana
kubernetes-helm

1 Answer

1/9/2020

I found the solution,'[{\"Key1\": value1}, {\"Key2\": 30}, {\"Key3\": "ABC"}]'

-- Madhu Potana
Source: StackOverflow