Skip to content

Commit b2a7085

Browse files
authored
Merge pull request #511 from claudiol/update-clustergroup-values-schema
Add extraParameters to values.schema.json
2 parents cea4fd6 + 4d422a4 commit b2a7085

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+
"extraParameters": {
69+
"type": "array",
70+
"description": "Pass in extra Helm parameters to all ArgoCD Applications and the framework."
71+
},
6872
"experimentalCapabilities": {
6973
"type": "string",
7074
"description": "String to enable certain experimental capabilities in the operator and the framework."

0 commit comments

Comments
 (0)