File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments