Skip to content

Added helm-docs for generating chart parameters documentation#67

Open
braveokafor wants to merge 3 commits intosupabase-community:mainfrom
braveokafor:main
Open

Added helm-docs for generating chart parameters documentation#67
braveokafor wants to merge 3 commits intosupabase-community:mainfrom
braveokafor:main

Conversation

@braveokafor
Copy link

What kind of change does this PR introduce?

feature/ docs update

What is the current behavior?

Currently, users had to navigate through the values.yaml file to locate Chart parameters.
This PR helps address the issue raised here #3.

What is the new behavior?

With this update, the Chart parameters documentation is now available in README.md.
A helm-docs template (README.md.gotmpl), has been added for generating the README from values.yaml.

Additional context

The comments in values.yaml have been updated to use the helm-docs syntax.
To sync values.yaml with README.md, execute the following command:

helm-docs -t README.md.gotmpl -o README.md -b for-the-badge.

To make changes to the base README, modifications should be made to README.md.gotmpl.

A live example of the updated README is available here

@braveokafor
Copy link
Author

braveokafor commented Jun 4, 2024

Just bumped chart version to 0.1.3.
Should fix ct-lint action failure.

@luizfelmach luizfelmach added the enhancement New feature or request label Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants