-
Notifications
You must be signed in to change notification settings - Fork 95
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
[Schema] New help repo connection schema #367
[Schema] New help repo connection schema #367
Conversation
Signed-off-by: yash sharma <[email protected]>
Signed-off-by: yash sharma <[email protected]>
Signed-off-by: yash sharma <[email protected]>
"title": "URL", | ||
"format": "uri", | ||
"description": "The URL of the Helm repository where the charts are hosted.", | ||
"x-rjsf-grid-area" : "12" |
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.
Please include standard field validation for a URL.
Accepting suggested changes... |
Signed-off-by: Lee Calcote <[email protected]>
@@ -2,5 +2,5 @@ package schemas | |||
|
|||
import "embed" | |||
|
|||
//go:embed configuration | |||
//go:embed configuration connections |
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 were using embed.FS here which adds directory files/assests directly in go binary that's why it was not able to use other directories, to use other directories we need to mention name of them here
Thankyou for making changes direclty in PR |
This is how directory structure will look
|
Description
This PR fixes meshery/meshery#8714
Added new RJSF schema for helm repo, with (name, description, a single URL)
Notes for Reviewers
Signed commits