Skip to content

[tei]fix: correct indentation for extraEnv and volumeMounts using nindent#223

Open
siyu77 wants to merge 1 commit intozilliztech:masterfrom
siyu77:patch-2
Open

[tei]fix: correct indentation for extraEnv and volumeMounts using nindent#223
siyu77 wants to merge 1 commit intozilliztech:masterfrom
siyu77:patch-2

Conversation

@siyu77
Copy link
Copy Markdown

@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
Copy Markdown
Author

siyu77 commented Jun 7, 2025

@haorenfsa Thanks for the review, good guy.

@haorenfsa
Copy link
Copy Markdown
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
Copy Markdown
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

Details 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 <4055416+siyu77@users.noreply.github.com>
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