Search code examples
kubernetes-helm

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


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


Solution

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