Skip to content

Commit

Permalink
fix: incorrect schema property for global.labels
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Sep 6, 2024
1 parent 6ba08c1 commit dd3fd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"title": "imageRegistry"
},
"labels": {
"additionalProperties": false,
"additionalProperties": true,
"title": "labels"
},
"nodeSelector": {
Expand Down Expand Up @@ -551,4 +551,4 @@
"required": [
"image"
]
}
}
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ global:
imagePrefix: flanksource
# @schema
# required: false
# additionalProperties: true
# @schema
labels: {}
# @schema
Expand Down

0 comments on commit dd3fd28

Please sign in to comment.