Skip to content

Commit

Permalink
enable additional properties in the values schema to support chart re…
Browse files Browse the repository at this point in the history
…factor (#297)
  • Loading branch information
glitchcrab authored May 7, 2024
1 parent d6d4e1b commit 91d56e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated machine template to newer Flatcar version which includes teleport v15.1.7 binaries. **WARNING: This will roll CP and worker nodes.**
- Enable teleport by default.
- Temporarily enable `additionalProperties` to facilitate chart refactoring.

## [0.50.0] - 2024-04-16

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-cloud-director/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"connectivity",
"nodePools"
],
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"baseDomain": {
"type": "string",
Expand Down

0 comments on commit 91d56e4

Please sign in to comment.