fix(helm): indent of extra volumes#614
fix(helm): indent of extra volumes#614ack-prow[bot] merged 1 commit intoaws-controllers-k8s:mainfrom
Conversation
|
Hi @blanchardma. Thanks for your PR. I'm waiting for a aws-controllers-k8s member to verify that this patch is reasonable to test. If it is, they should reply with 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/test-infra repository. |
|
@blanchardma Thanks for the PR! /ok-to-test |
|
/test eks-controller-test |
1 similar comment
|
/test eks-controller-test |
|
@blanchardma: The following tests failed, say
Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
|
/test eks-controller-test |
knottnt
left a comment
There was a problem hiding this comment.
/lgtm
@blanchardma Thanks for the contribution!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: blanchardma, knottnt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue #2583
Description of changes:
This PR addresses an issue encountered when rendering a Helm chart that includes additional volumes, such as an emptyDir. The change ensures with
-that leading whitespace is trimmed and usingnindentinstead ofindentprevents unwanted blank lines. The issue originates from the following pull request #608.To manually validate the fix of this PR in a chart based on the code-generator follow the steps below:
To reproduce the issue with the current version, refer to the steps outlined in the mentioned issue at top.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.