-
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
[chart] Add multi string arg support #4226
[chart] Add multi string arg support #4226
Conversation
/assign @gjtempleton |
I'm not sure why the Helm Docs action failed as I haven't touched the chart README? |
It'll be what I mentioned here, unfortunately: #3673 (comment) (I'd planned to address it in #4208, but that's not been merged yet.) |
81ec921
to
48d54f1
Compare
@gjtempleton I've contributed before (I think) and the other actions ran fine. I've grabbed your changes from PR #4208 but the Helm Docs action is still failing? |
You'll need to re-run
Edit: This is mentioned at the root of the charts directory, but do you think it would be more obvious if we had a |
Signed-off-by: Steve Hipwell <[email protected]>
48d54f1
to
c8c9a3e
Compare
Thanks @gjtempleton, I'd just figured it out myself although adding |
Thanks, I'm having a look into what the flow with multiple PR templates for different components within the repo might look like at the moment, but good call on the workflow exit code, will add that. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gjtempleton, stevehipwell 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 |
@gjtempleton is it still a manual process to get a chart released after the PR is merged? |
🤦 This'll be available once #4227 is merged. |
Enable
extraArgs
to contain multi-string arguments via an ignored_x
suffix.Fixes #3673.