Fix helm chart rendering without values file#6145
Conversation
Signed-off-by: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com>
|
Welcome @Zakharden! |
|
Hi @Zakharden. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Zakharden The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Could a Kubernetes SIGs member please verify this PR for testing with The change is focused on Helm chart rendering when a chart has no implicit |
|
Quick nudge: this PR is still focused and ready for verification. Could you please rerun your test flow so CI can proceed; thanks. |
|
/ok-to-test is still required on this PR by your bot policy. No code changes from my side at this moment; once it is enabled I can push another no-op if needed for re-trigger. |
|
No additional code changes were made after the last request. This PR is still blocked by bot policy as I have not touched |
|
Thanks for staying with this PR. I’ve not made additional code changes since last update; it remains blocked by /bot verification () and I have not touched . Please run approval/ok-to-test path so CI can proceed. |
|
I’ve not made new code changes since the last update. This PR is still waiting on maintainer bot flow ( |
Fixes Helm chart rendering when chart has no implicit values.yaml, while preserving errors for explicitly missing files. Validation: targeted go test ./api/krusty ..., git diff --check.