AlfrescoArchive / activiti-cloud-charts

Helm Charts for Activiti cloud Apps
Apache License 2.0
29 stars 28 forks source link

error converting YAML to JSON with deployment.yaml #75

Open melahn opened 5 years ago

melahn commented 5 years ago

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 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.