Skip to content

Commit

Permalink
fix(schema): regression from 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Feb 23, 2021
1 parent eb575ce commit 6a1b993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test-linter/values-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
arbitraryValue: "qwerty"

cmak:
clustersCommon:
curatorConfig:
Expand Down
3 changes: 1 addition & 2 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
}
},

"type": "object", "additionalProperties": false,
"required": ["cmak", "reconcile", "ui", "zk"],
"type": "object", "required": ["cmak", "reconcile", "ui", "zk"],

"properties": {
"global": { "type": "object", "additionalProperties": true, "title": "placeholder for usage as a subchart" },
Expand Down

0 comments on commit 6a1b993

Please sign in to comment.