Skip to content

Commit 654dbae

Browse files
authored
Merge pull request #571 from mbaldessari/relax-schema-for-gitops
Extend the schema for disconnected
2 parents 741a52e + 9ccd486 commit 654dbae

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

clustergroup/values.schema.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,29 @@
9797
},
9898
"gitops": {
9999
"type": "object",
100-
"additionalProperties": false,
100+
"additionalProperties": true,
101101
"properties": {
102102
"channel": {
103103
"type": "string",
104104
"description": "The channel from which to install the gitops operator"
105+
},
106+
"operatorSource": {
107+
"type": "string",
108+
"description": "The catalog source from which to install the gitops operator"
109+
}
110+
}
111+
},
112+
"patternsOperator": {
113+
"type": "object",
114+
"additionalProperties": true,
115+
"properties": {
116+
"channel": {
117+
"type": "string",
118+
"description": "The channel from which to install the patterns operator"
119+
},
120+
"source": {
121+
"type": "string",
122+
"description": "The catalog source from which to install the patterns operator"
105123
}
106124
}
107125
},

0 commit comments

Comments
 (0)