- 
                Notifications
    You must be signed in to change notification settings 
- Fork 226
fix(helm): indent of extra volumes #614
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(helm): indent of extra volumes #614
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. Instructions 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. Instructions 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 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/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 
Needs 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.