https://pulumi.com logo
Title
s

square-coat-62279

11/18/2021, 2:07 PM
hi all, I am trying to create a config file using configmap with the following configuration, my IDE is unable to recognize the pipe | symbol. is there a way to escape it?
{
"data":
  "test.json": |
    {
        "maxThreadCount": 10,
        "trackerConfigs": [{
                "url": "<https://example1.com/>",
                "username": "username",
                "password": "password",
                "defaultLimit": 1
            }
    }
}
l

little-cartoon-10569

11/18/2021, 9:21 PM
Isn't the pipe symbol used only in YAML? This is JSON...
🆗 1