Skip to content

Commit d3d5094

Browse files
Remove obsolete values from values.schema.json (#390)
1 parent cad330e commit d3d5094

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

charts/dify/values.schema.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,6 @@
180180
}
181181
},
182182
"logLevel": { "type": "string" },
183-
"url": {
184-
"type": "object",
185-
"properties": {
186-
"consoleApi": { "type": "string" },
187-
"consoleWeb": { "type": "string" },
188-
"serviceApi": { "type": "string" },
189-
"appApi": { "type": "string" },
190-
"appWeb": { "type": "string" },
191-
"files": { "type": "string" },
192-
"marketplaceApi": { "type": "string" },
193-
"marketplace": { "type": "string" }
194-
}
195-
},
196183
"mail": {
197184
"type": "object",
198185
"properties": {
@@ -224,7 +211,6 @@
224211
}
225212
},
226213
"migration": { "type": "boolean" },
227-
"secretKey": { "type": "string" },
228214
"persistence": {
229215
"type": "object",
230216
"properties": {
@@ -772,13 +758,6 @@
772758
}
773759
}
774760
},
775-
"marketplace": {
776-
"type": "object",
777-
"properties": {
778-
"enabled": { "type": "boolean" },
779-
"apiProxyEnabled": { "type": "boolean" }
780-
}
781-
},
782761
"serviceAccount": {
783762
"type": "object",
784763
"properties": {

0 commit comments

Comments
 (0)