You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
othewise the tenplate is not rendered when podAnnotation is provided
Reproduction steps
add
podAnnotations:
aa: bb
to values.yaml, fire
❯ helm template .
Error: YAML parse error on wiremock/templates/deployment.yaml: error converting YAML to JSON: yaml: line 23: could not find expected ':'
Use --debug flag to render out invalid YAML
References
No response
The text was updated successfully, but these errors were encountered:
Proposal
Add removal of all leading and trailing whitespace, including newlines via {{- -}} here https://github.com/wiremock/helm-charts/blob/master/charts/wiremock/templates/_helpers.tpl#L71 and parse with toYaml
othewise the tenplate is not rendered when podAnnotation is provided
Reproduction steps
add
to values.yaml, fire
References
No response
The text was updated successfully, but these errors were encountered: