Skip to content

Commit

Permalink
enable add properties (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: Erkan Erol <[email protected]>
  • Loading branch information
vxav and Erkan Erol authored Aug 4, 2024
1 parent f8c6980 commit f1e0e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Allow additional properties on machine templates to offer wider CAPV configurations.

## [0.58.2] - 2024-08-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions helm/cluster-vsphere/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"required": [
"network"
],
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"cloneMode": {
"$ref": "#/$defs/cloneMode",
Expand Down Expand Up @@ -620,7 +620,7 @@
"required": [
"network"
],
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"cloneMode": {
"$ref": "#/$defs/cloneMode",
Expand Down

0 comments on commit f1e0e5d

Please sign in to comment.