Skip to content

Commit

Permalink
fix: helm chart value schema string (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Aug 29, 2023
1 parent 388c8e0 commit b3a9aa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "object",
"properties": {
"watchNamespaces": {
"type": "String"
"type": "string"
},
"version": {
"type": "String"
"type": "string"
}
}
}

0 comments on commit b3a9aa4

Please sign in to comment.