Skip to content

Commit

Permalink
Drop schema required under the Main section
Browse files Browse the repository at this point in the history
The "main" subsection of helm values is only used for kickstarting a
pattern. It is entirely possible to only set one value and then set the
other variables through other means (editing CRs e.g.). There is no
point on blocking this.
  • Loading branch information
mbaldessari committed Sep 12, 2024
1 parent 31047c2 commit f608f63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clustergroup/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@
"git": {
"type": "object",
"additionalProperties": false,
"required": [
"repoURL",
"revision"
],
"properties": {
"repoUpstreamURL": {
"type": "string",
Expand Down

0 comments on commit f608f63

Please sign in to comment.