Skip to content
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

[Feat]: Section propagation #264

Open
LBF38 opened this issue Aug 21, 2024 · 1 comment
Open

[Feat]: Section propagation #264

LBF38 opened this issue Aug 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request triage Issues that need to be triaged and categorized

Comments

@LBF38
Copy link

LBF38 commented Aug 21, 2024

General Summary

Great tool, thanks for developing it !

A simple idea to reduce comments in values.yaml files would be to add @section propagation to fields, i.e. rather than commenting all values, only comment the top one and propagate the section to all children.

For example, it would be like this :

# @section -- general config
key:
  # -- comments
  subkey: value
  # -- comments
  otherkey: value
  morekeys:
    # -- comments
    somekey:
      - value1
      - value2

Is your feature request related to a problem? Please describe and/or link to a bug issue.

To reduce and limit the comments in values.yml and avoid unnecessary repetitions.

Expected Behavior

No response

Current Behavior

Currently, it is necessary to comment all values keys with the wanted section for organizing all values. It can quickly become repetitive.

Possible Solution

No response

Alternatives you've considered

No response

Further Information

No response

@LBF38 LBF38 added enhancement New feature or request triage Issues that need to be triaged and categorized labels Aug 21, 2024
@anchialas
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issues that need to be triaged and categorized
Projects
None yet
Development

No branches or pull requests

4 participants