Skip to content

Commit

Permalink
add missing object to config chart schema, make additionalNetworkAllo…
Browse files Browse the repository at this point in the history
…w port optional
  • Loading branch information
zachariahmiller authored Dec 11, 2024
1 parent ca31306 commit d22ce24
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions charts/config/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@
}
}
},
"gitalyCgroupsInit": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"additionalNetworkAllow": {
"type": "array",
"items": {
Expand Down Expand Up @@ -260,8 +268,7 @@
},
"required": [
"direction",
"selector",
"port"
"selector"
],
"oneOf": [
{
Expand Down

0 comments on commit d22ce24

Please sign in to comment.