Skip to content

Commit

Permalink
Add missing mirrorGroups and mirrorGroupsExcept types
Browse files Browse the repository at this point in the history
  • Loading branch information
Paktosan committed Jan 3, 2025
1 parent 15759ad commit 570c00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/netbox/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,10 @@
"type": "boolean"
},
"mirrorGroups": {
"type": "boolean"
"type": ["boolean", "string", "array"]
},
"mirrorGroupsExcept": {
"type": "array"
"type": ["null", "string", "array"]
},
"cacheTimeout": {
"type": "integer"
Expand Down

0 comments on commit 570c00e

Please sign in to comment.