-
Notifications
You must be signed in to change notification settings - Fork 361
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
docs: add helm values #1283
docs: add helm values #1283
Conversation
Signed-off-by: bitliu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1283 +/- ##
==========================================
+ Coverage 61.74% 61.77% +0.03%
==========================================
Files 85 85
Lines 10761 10761
==========================================
+ Hits 6644 6648 +4
+ Misses 3676 3671 -5
- Partials 441 442 +1 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
``` | ||
|
||
To uninstall the chart: | ||
|
||
``` shell | ||
helm delete eg | ||
``` | ||
|
||
## Values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks !
is this written by hand ?
is there any tool that generates this :) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated : ) https://github.com/norwoodj/helm-docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet, follow up issue to incorporate it into the project :)
Fixes: #1276