fix(helm): schema.json now matches values file (#1445)
- small typo fix to values.yaml documentation
This commit is contained in:
Родитель
0652af4033
Коммит
c461397aa2
|
@ -118,9 +118,7 @@
|
|||
"type": "array",
|
||||
"description": "(Cilium Network Policy only) The endpoint selector yaml object used to uniquely select the in-cluster endpoint in which the prometheus pods are deployed",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -440,11 +438,13 @@
|
|||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output"
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"adminOverrideEnabled": {
|
||||
"type": "boolean",
|
||||
"description": "Enables the server side admin authz override"
|
||||
"description": "Enables the server side admin authz override",
|
||||
"default": false
|
||||
},
|
||||
"sessionSecret": {
|
||||
"type": "object",
|
||||
|
@ -581,9 +581,7 @@
|
|||
"type": "array",
|
||||
"description": "List of `matchName` or `matchPattern` maps for domains that should be allow-listed for egress in Network Policy. https://docs.microsoft.com/en-us/azure/azure-portal/azure-portal-safelist-urls?tabs=public-cloud are enabled by default.",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"port": {
|
||||
"type": "number",
|
||||
|
@ -597,7 +595,7 @@
|
|||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": "If enabled, users can authenticate via OpenID Connect.",
|
||||
"description": "If enabled, users can authenticate via OpenID Connect identity provider",
|
||||
"default": false
|
||||
},
|
||||
"name": {
|
||||
|
@ -634,9 +632,7 @@
|
|||
"type": "array",
|
||||
"description": "List of `matchName` or `matchPattern` maps for domains that should be allow-listed for egress in Network Policy.",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -777,6 +773,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fileUploads": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": "If enabled, file uploads on the server will be flagged as enabled",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"monitoring": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -851,17 +857,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle server pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle server pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -873,6 +875,11 @@
|
|||
"description": "The number of instances of the Frontend pod to be deployed within the cluster.",
|
||||
"default": 1
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -927,17 +934,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle frontend pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle frontend pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"serviceAccount": {
|
||||
"type": "object",
|
||||
|
@ -959,6 +962,11 @@
|
|||
"description": "The number of instances of the Preview Service pod to be deployed within the cluster.",
|
||||
"default": 1
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -1013,17 +1021,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle Preview Service pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle Preview Service pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"serviceAccount": {
|
||||
"type": "object",
|
||||
|
@ -1045,6 +1049,11 @@
|
|||
"description": "The number of instances of the Webhook Service pod to be deployed within the cluster.",
|
||||
"default": 1
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -1099,17 +1108,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle Webhook Service pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle Webhook Service pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"serviceAccount": {
|
||||
"type": "object",
|
||||
|
@ -1131,6 +1136,11 @@
|
|||
"description": "The number of instances of the FileImport Service pod to be deployed within the cluster.",
|
||||
"default": 1
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -1185,17 +1195,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle FileImport Service pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle FileImport Service pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"serviceAccount": {
|
||||
"type": "object",
|
||||
|
@ -1222,6 +1228,11 @@
|
|||
"description": "The number of instances of the Monitoring pod to be deployed within the cluster.",
|
||||
"default": 1
|
||||
},
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -1276,17 +1287,13 @@
|
|||
"type": "array",
|
||||
"description": "Tolerations for Speckle Monitoring pods scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"topologySpreadConstraints": {
|
||||
"type": "array",
|
||||
"description": "Spread Constraints for Speckle Monitoring pod scheduling",
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
"items": {}
|
||||
},
|
||||
"serviceAccount": {
|
||||
"type": "object",
|
||||
|
@ -1308,6 +1315,11 @@
|
|||
"test": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"logLevel": {
|
||||
"type": "string",
|
||||
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
|
||||
"default": "info"
|
||||
},
|
||||
"requests": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
@ -557,7 +557,7 @@ server:
|
|||
##
|
||||
create: true
|
||||
fileUploads:
|
||||
## @param server.fileUpload.enabled If enabled, file uploads on the server will be flagged as enabled
|
||||
## @param server.fileUploads.enabled If enabled, file uploads on the server will be flagged as enabled
|
||||
enabled: true
|
||||
|
||||
monitoring:
|
||||
|
|
Загрузка…
Ссылка в новой задаче