Skip to content

Commit 4544bc6

Browse files
authored
Merge pull request #566 from mbaldessari/extend-multisource-schema
Allow more flexibility with multiSourceConfig schema
2 parents 0ec7cc6 + 58b6958 commit 4544bc6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

clustergroup/values.schema.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@
107107
},
108108
"multiSourceConfig": {
109109
"type": "object",
110-
"additionalProperties": false,
110+
"additionalProperties": true,
111111
"properties": {
112112
"enabled": {
113113
"type": "boolean",
114-
"description": "Enable the experimental support for multi source"
114+
"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"
115119
}
116120
}
117121
},

0 commit comments

Comments
 (0)