Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Feb 19, 2024
1 parent d6849d1 commit 8cf0a8d
Showing 1 changed file with 45 additions and 11 deletions.
56 changes: 45 additions & 11 deletions charts/umami/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,35 @@
"umami": {
"type": "object",
"properties": {
"appSecret": {
"type": "object",
"properties": {
"existingSecret": {
"type": "string"
},
"secret": {
"type": "string"
}
}
},
"clientIpHeader": {
"type": "string"
},
"cloudMode": {
"type": "string"
},
"collectApiEndpoint": {
"type": "string"
},
"corsMaxAge": {
"type": "string"
},
"debug": {
"type": "string"
},
"disableBotCheck": {
"type": "string"
},
"disableLogin": {
"type": "string"
},
Expand All @@ -257,26 +280,37 @@
"disableUpdates": {
"type": "string"
},
"forceSSL": {
"enableTestConsole": {
"type": "string"
},
"hash": {
"type": "object",
"properties": {
"existingSecret": {
"type": "string"
},
"salt": {
"type": "string"
}
}
"forceSSL": {
"type": "string"
},
"hostname": {
"type": "string"
},
"ignoreHostname": {
"type": "string"
},
"ignoredIpAddresses": {
"type": "string"
},
"logQuery": {
"type": "string"
},
"migration": {
"type": "object",
"properties": {
"v1v2": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"removeDisableLoginEnv": {
"type": "boolean"
},
Expand Down

0 comments on commit 8cf0a8d

Please sign in to comment.