fix(helm): allows extra top-level properties (#18174)

* fix(helm): allows extra top-level properties

* chore: bump Chart version to 0.5.5
This commit is contained in:
Adam Dobrawy
2022-01-27 18:58:19 +01:00
committed by GitHub
parent a4e93afdbf
commit 568b8e160f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"replicaCount": {
"type": "integer"