Skip to content

Commit

Permalink
fix: helm chart value schema string
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Aug 29, 2023
1 parent 388c8e0 commit b1f3264
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 b1f3264

Please sign in to comment.