Skip to content

Commit

Permalink
Update values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KaradzaJuraj committed Feb 26, 2024
1 parent 1c9ddf2 commit c03b271
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
},
"Environment": {
"type": "object"
},
"nesto": {
"type": "string"
}
},
"order": [
"Name",
"Replicas",
"Image",
"Environment"
"Environment",
"nesto"
],
"required": [
"Name",
Expand Down

0 comments on commit c03b271

Please sign in to comment.