Skip to content

Conversation

siyu77
Copy link

@siyu77 siyu77 commented Jun 7, 2025

Replaced indent with nindent in Helm templates for:

  • extraEnv variables
  • volumeMounts declarations

Ensures proper YAML formatting by:

  1. Starting blocks on new lines
  2. Maintaining consistent 8-space indentation
  3. Preventing indentation errors in generated manifests

What this PR does / why we need it:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [mychartname])
  • PR only contains changes for one chart

@siyu77
Copy link
Author

siyu77 commented Jun 7, 2025

@haorenfsa Thanks for the review, good guy.

@haorenfsa
Copy link
Collaborator

@siyu77 sry for the delay on my side. Please sign-off your commit before we could merge it

https://github.com/zilliztech/milvus-helm/pull/223/checks?check_run_id=43655566461

@sre-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haorenfsa, siyu77

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Replaced `indent` with `nindent` in Helm templates for:
- `extraEnv` variables
- `volumeMounts` declarations

Ensures proper YAML formatting by:
1. Starting blocks on new lines
2. Maintaining consistent 8-space indentation
3. Preventing indentation errors in generated manifests

Signed-off-by: siyu77 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants