We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec7cc6 + 58b6958 commit 4544bc6Copy full SHA for 4544bc6
1 file changed
clustergroup/values.schema.json
@@ -107,11 +107,15 @@
107
},
108
"multiSourceConfig": {
109
"type": "object",
110
- "additionalProperties": false,
+ "additionalProperties": true,
111
"properties": {
112
"enabled": {
113
"type": "boolean",
114
- "description": "Enable the experimental support for multi source"
+ "description": "Enable the experimental support for multi source for the clustergroup chart"
115
+ },
116
+ "helmRepoUrl": {
117
+ "type": "string",
118
+ "description": "The helm repo URL for the clustergroup chart"
119
}
120
121
0 commit comments