Skip to content

Commit

Permalink
fix: add optional property to satisfy crdgen convention
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogastaldello committed Oct 1, 2024
1 parent d3c298c commit 200a641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/controllers/compositiondefinitions/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ const (
"type": "object",
"properties": {
"helmChartUrl": {
"optional": true,
"type": "string"
},
"helmChartVersion": {
"optional": true,
"type": "string"
},
"managed": {
"optional": true,
"type": "array",
"items": {
"type": "object",
Expand Down

0 comments on commit 200a641

Please sign in to comment.