-
Notifications
You must be signed in to change notification settings - Fork 766
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
doc: added values README via helm-docs cli #837
Conversation
Signed-off-by: Mike Joseph <[email protected]>
Hello @justmike1, Thanks for your interests in Traefik and for this PR ! I have some comments:
|
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
I use |
I also added a test step in order for the file to stay updated upon PRs |
That's better. I tried it with fb5eb41 by adding the needed |
@mloiseleur anything more required to push this PR? I don't like big PRs, so I would suggest steps:
Edit: or your style is having the entire feature 100% set in this PR? |
I don't have a strong opinion of PR size. => For this PR, I think it's missing two things:
|
Signed-off-by: Mike Joseph <[email protected]>
…-chart into feature/helm-docs
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
Signed-off-by: Mike Joseph <[email protected]>
@mloiseleur Sorry for repeating commits, |
I should be able to review it on next friday. I'll keep you informed. |
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.
LGTM, the lack of some features mis-documented by helm-docs tools it highlights the fact we have to refactor some parts of this helm chart.
This PR has brought a lot of questions. Thanks again @justmike1 ! |
Thank you guys! @darkweaver87 @mloiseleur |
What does this PR do?
Added README file to possess all values that traefik's helm chart reads
there are still improvements that will be done, like giving descriptions from the yaml's comments and optional values... but one PR at a time
Motivation
I checked the full value path I needed to write and reading from the yaml is difficult, for example
ports
is a long tree.More
make test
and all the tests passed