Skip to content

fix: correct indent for worker podAnnotations

podAnnotations template in worker-deployment have an indent value of 10, but it already indent 2, results in an error:

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

Merge request reports