Skip to content

Commit

Permalink
Field order
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Apr 5, 2024
1 parent 9492e81 commit 023c2f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion charts/onechart/helm-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"uiSchema": {
"#/properties/ingress": {
"ui:order": ["host", "path", "tlsEnabled", "annotations"]
"ui:order": ["host", "tlsEnabled", "annotations"]
}
},
"metaData": {
Expand Down
10 changes: 0 additions & 10 deletions charts/onechart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,16 +816,6 @@
"my-release.mycompany.com"
]
},
"path": {
"$id": "#/properties/ingress/properties/ingressPath",
"type": "string",
"title": "Path",
"description": "The API path where your service is accessible",
"default": "/",
"examples": [
"/api/myservice"
]
},
"tlsEnabled": {
"$id": "#/properties/ingress/properties/tlsEnabled",
"type": "boolean",
Expand Down

0 comments on commit 023c2f6

Please sign in to comment.