-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ui] Add/Edit service chart values #252
Comments
@torchiaf this will be complete when epinio/epinio#2522 is integrated right? |
Test Report
Test
settings:
auth.rootPassword:
type: string
global.storageClass:
enum:
- default
- local-path
- none
type: string
primary.persistence.enabled:
type: bool
primary.service.ports.mysql:
maximum: "3307"
minimum: "3306"
type: integer
$ epinio service show mysql-values-ui
🚢 Showing Service...
✔️ Details:
| KEY | VALUE |
|-----------------|--------------------------------------------------------------------------------|
| Name | mysql-values-ui |
| Created | 2023-08-31 16:30:09 +0200 CEST |
| Catalog Service | mysql-dev |
| Version | 8.0.31 |
| Status | deployed |
| Used-By | |
| Internal Routes | xefb34329720317139eae966f094d-mysql-headless.workspace.svc.cluster.local:3306, |
| | xefb34329720317139eae966f094d-mysql.workspace.svc.cluster.local:3306 |
✔️ Settings
| KEY | VALUE |
|-----------------------------|------------|
| auth.rootPassword | linux |
| global.storageClass | local-path |
| primary.persistence.enabled | true |
| primary.service.ports.mysql | 3306 |
✔️ Credentials:
| KEY | VALUE |
|---------------------|------------|
| mysql-password | wgPo5Mja1G |
| mysql-root-password | linux | |
Edit needs to big integrated / validated now epinio/epinio#2522 has been completed |
Thinking about it, lets make this issue an epic and create issues for Add (which we can say is complete for 1.10) and Edit (which will probably be for 1.11) |
Now that 2522 is complete we can go forward with the UI. |
I've split this out into two issues to denote the milestones each change will go in to
This epic will be complete when the above is finished and.. I've added these as a tasklist in the issue description |
As part of this issue we should ensure custom chart values are validated as per #299 (comment) |
Given create and edit are in the code base and tested independently i'm going to close this issue as done. We still have #302, that is now targeted at 1.12 |
Tasks
The text was updated successfully, but these errors were encountered: