Skip to content

Commit

Permalink
Define global in subchart json schema
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
  • Loading branch information
joebowbeer committed Apr 5, 2024
1 parent 3b4b5fb commit 4daaa39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,11 @@
"$ref": "#/$defs/Plugin"
},
"description": "Plugin specifies which vCluster plugins to enable. Use \"plugins\" instead. Do not use this option anymore."
},
"global": {
"type": "object",
"description": "Define global in subchart json schema",
"default": {}
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 4daaa39

Please sign in to comment.