-
Notifications
You must be signed in to change notification settings - Fork 201
V1-Docs (UserGuide): Add Managing Piped Section #6347
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
docs/content/en/docs-v1.0.x/user-guide/managing-piped/runtime-options.md
Outdated
Show resolved
Hide resolved
...content/en/docs-v1.0.x/user-guide/managing-piped/adding-helm-chart-repository-or-registry.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
1a3560f to
15a71dc
Compare
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
Signed-off-by: Eeshaan Sawant <eeshaans1@gmail.com>
|
cc: @khanhtc1202 |
|
Marking ready for review, only configuration reference remaining. NOT TO MERGE |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6347 +/- ##
==========================================
- Coverage 28.82% 26.68% -2.14%
==========================================
Files 560 524 -36
Lines 59937 55925 -4012
==========================================
- Hits 17277 14926 -2351
+ Misses 41339 39869 -1470
+ Partials 1321 1130 -191
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| | chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No | | ||
| | chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No | | ||
| | platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No | |
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.
We don't have this for v1, all will be under plugins 👀
| | chartRepositories | [][ChartRepository](#chartrepository) | List of Helm chart repositories that should be added while starting up. | No | | ||
| | chartRegistries | [][ChartRegistry](#chartregistry) | List of helm chart registries that should be logged in while starting up. | No | | ||
| | platformProviders | [][PlatformProvider](#platformprovider) | List of platform providers can be used by this piped. | No | | ||
| | analysisProviders | [][AnalysisProvider](#analysisprovider) | List of analysis providers can be used by this piped. | No | |
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.
|
@khanhtc1202 , thanks, the config reference is yet to be changed. Can you review other files? |
What this PR does:
Add userguide/managingPiped section.
Please check v0.55x userguide to check and review what has changed.
Why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: