Skip to content

Commit

Permalink
Fix invalid JSON in values.schema.json (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro authored Jul 25, 2024
1 parent a83dd3b commit caaf560
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/dependency-track/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@
"type": "object",
"properties": {
"deploymentType": {
"enum": ["Deployment", "StatefulSet"]
}
"enum": [
"Deployment",
"StatefulSet"
]
},
"annotations": {
"type": "object"
Expand Down

0 comments on commit caaf560

Please sign in to comment.