Skip to content

Commit

Permalink
update the schema too
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Oct 30, 2024
1 parent b374ddb commit dcbf116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/netbox/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@
},
"type": "object"
},
"readOnlyPersistence": {
"type": "boolean"
},
"resources": {
"$ref": "#/$defs/resources"
},
Expand Down Expand Up @@ -1444,6 +1447,9 @@
"replicaCount": {
"type": "integer"
},
"readOnlyPersistence": {
"type": "boolean"
},
"resources": {
"properties": {},
"type": "object"
Expand Down

0 comments on commit dcbf116

Please sign in to comment.