Skip to content

Commit 3d38ce2

Browse files
authored
Merge pull request #478 from mbaldessari/fix-schema-capabilities
Add main.experimentalCapabilities to values.schema.json
2 parents 8855d6e + 50b2f55 commit 3d38ce2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

clustergroup/values.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"clusterGroupName": {
6666
"type": "string"
6767
},
68+
"experimentalCapabilities": {
69+
"type": "string",
70+
"description": "String to enable certain experimental capabilities in the operator and the framework."
71+
},
6872
"git": {
6973
"type": "object",
7074
"additionalProperties": false,

0 commit comments

Comments
 (0)