-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cluster-autoscaler chart to match with the examples #3725
Fix cluster-autoscaler chart to match with the examples #3725
Conversation
Welcome @foriequal0! |
I've overlooked #3692 that it would solve the issue, but it wasn't enough. I should've read the code carefully and commented to it. |
I've had a play around with the code, and I think the issue you're seeing boils down to this: helm/helm#7091 The current default is an empty string, which YAML is then viewing as an unquoted I think there's a couple of options here:
|
/assign |
Oh. I've mistakenly swapped |
@gjtempleton Can you review the fix? |
Sorry for the delay, thanks for fixing that! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: foriequal0, gjtempleton The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Partially resolves: #3724
Following lint error is well known issue:
helm/helm#6376
The workaround doesn't seem to work.