Skip to content

Commit

Permalink
fix(instant-chart): some fields are missing title (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Aug 7, 2024
1 parent edba1ce commit 5ab6dc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/instant-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,17 @@
"type": "string"
},
"servicePort": {
"title": "Backend service port",
"description": "Defaults to the first port of the service generated by this chart, otherwise 80",
"oneOf": [
{
"title": "Backend service port (port number)",
"description": "Defaults to the first port of the service generated by this chart, otherwise 80",
"type": "integer",
"minimum": 1,
"maximum": 65535
},
{
"title": "Backend service port (port name)",
"description": "Defaults to the first port of the service generated by this chart, otherwise 80",
"type": "string",
"minLength": 1
}
Expand Down

0 comments on commit 5ab6dc3

Please sign in to comment.