Skip to content

Commit 58b6958

Browse files
committed
Allow more flexibility with multiSourceConfig schema
We specifically also add helmRepoUrl as it make it more discoverable, but we stay flexible in what we accept so that things can be extended without having to be in lockstep with the operator.
1 parent 0ec7cc6 commit 58b6958

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)