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

Added helm-docs for generating chart parameters documentation #67

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant