I see this error with the activiti-cloud-charts template.
` Exception rendering template for activiti-cloud-demo-ui:0.1.9 : while parsing a block mapping
in 'reader', line 52, column 11:
name: ACT_IDM_CLIENT_ID
^
expected , but found Scalar
in 'reader', line 53, column 20:
value: """"
^ ^
`
Lint shows this
[ERROR] templates/deployment.yaml: unable to parse YAML
error converting YAML to JSON: yaml: line 29: did not find expected key
Error: 1 chart(s) linted, 1 chart(s) failed
But the error is actually in line 40 of deployment.yaml which appears to contain
unnecessary double quotes. It appears to be confusing the pipelined quote
function.
I see this error with the activiti-cloud-charts template.
` Exception rendering template for activiti-cloud-demo-ui:0.1.9 : while parsing a block mapping in 'reader', line 52, column 11:
Lint shows this
[ERROR] templates/deployment.yaml: unable to parse YAML
Error: 1 chart(s) linted, 1 chart(s) failed
But the error is actually in line 40 of deployment.yaml which appears to contain unnecessary double quotes. It appears to be confusing the pipelined quote function.