feat: add openSourceDeployment schema and update values.yaml documentation

This commit is contained in:
Nawaz Dhandala
2026-02-10 15:23:15 +00:00
parent bcbc4f6d99
commit 92901b1647
2 changed files with 12 additions and 0 deletions

View File

@@ -2132,6 +2132,15 @@
},
"additionalProperties": true
},
"openSourceDeployment": {
"type": "object",
"properties": {
"webhookUrl": {
"type": ["string", "null"]
}
},
"additionalProperties": false
},
"aiAgent": {
"type": "object",
"properties": {

View File

@@ -1,3 +1,6 @@
## Important: For developers and agents
## If you change the structure of this, please also update the values.schema.json file accordingly for better validation and autocompletion in IDEs.
global:
storageClass:
clusterDomain: &global-cluster-domain cluster.local