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

Adds generate-helm-docs to makefile #681

Merged

Conversation

sarvsav
Copy link
Contributor

@sarvsav sarvsav commented Apr 10, 2023

Why: to generate helm docs based on values.yaml file

How:

  • using helm-docs[1] binary
  • adding readme.go.tmpl as a template to generate docs

Tags: #helm-docs #makefile #readme #issue-664

Description

A new command has been added as a part of Makefile to generate the helm documentation.

Changes include

  • New feature (non-breaking change that adds functionality)

Closes issue(s)

Resolve #664

Checklist

[1] https://github.com/norwoodj/helm-docs

Why: to generate helm docs based on values.yaml file

How:
 - using helm-docs binary
 - adding readme.go.tmpl as a template to generate docs

Tags: #helm-docs #makefile #readme #issue-664
@netlify
Copy link

netlify bot commented Apr 10, 2023

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit 6fc0e04
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/6433ef75d18c4f0008a35044

@sonarcloud
Copy link

sonarcloud bot commented Apr 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Merging #681 (6fc0e04) into main (2c9ce37) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #681   +/-   ##
=======================================
  Coverage   88.44%   88.44%           
=======================================
  Files          58       58           
  Lines        2614     2614           
=======================================
  Hits         2312     2312           
  Misses        252      252           
  Partials       50       50           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Owner

@thomaspoignant thomaspoignant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sarvsav thanks a lot for your help, this is exactly what I was looking for 🙏.
This is super great to have this available.

@thomaspoignant thomaspoignant merged commit e5554fd into thomaspoignant:main Apr 12, 2023
@sarvsav
Copy link
Contributor Author

sarvsav commented Apr 12, 2023

@sarvsav thanks a lot for your help, this is exactly what I was looking for 🙏. This is super great to have this available.

Thank you for giving me the opportunity to work on this task. :)

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.

(feature) Create helm documentation with readme-generator-for-helm
2 participants