Skip to content

Commit

Permalink
Extend the schema for disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Aug 23, 2024
1 parent 94e9220 commit 0fea59d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,29 @@
},
"gitops": {
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"channel": {
"type": "string",
"description": "The channel from which to install the gitops operator"
},
"operatorSource": {
"type": "string",
"description": "The catalog source from which to install the gitops operator"
}
}
},
"patternsOperator": {
"type": "object",
"additionalProperties": true,
"properties": {
"channel": {
"type": "string",
"description": "The channel from which to install the patterns operator"
},
"source": {
"type": "string",
"description": "The catalog source from which to install the patterns operator"
}
}
},
Expand Down

0 comments on commit 0fea59d

Please sign in to comment.