-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Line breaks on long strings with spaces #947
Copy link
Copy link
Closed
Labels
area/kyamlissues for kyamlissues for kyamlkind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Metadata
Metadata
Assignees
Labels
area/kyamlissues for kyamlissues for kyamlkind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
When combining helm templates with kustomize overlays, a line break is inserted when the line is very long and contains spaces.
Tested versions: 2.0.1 and 2.0.3
Using test/base.yml:
and test/kustomization.yml
results in
Expected Behavior:
app.versionlabel is enclosed in single quotes. I would expect that either the quotes are not removed at all or the quoting behavior is constant