mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"replicaCount": {
|
||||
"type": "integer"
|
||||
|
||||
Reference in New Issue
Block a user