Skip to content

Fix bad indentation for `resources` in worker deployment

Whenever in custom values you specify both at least one worker and not empty resources deployments start failing with a very confusing error:

Error: YAML parse error on auto-deploy-app/templates/worker-deployment.yaml: error converting YAML to JSON: yaml: line 66: did not find expected key

I have verified (by correcting this in a local ./chart) that this problem is caused by bad indentation when $.Values.resources is included in worker definition.

Edited by Piotrek Bator

Merge request reports