Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Sep 5, 2024
1 parent f6e18a8 commit c101610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/nginx-gateway-fabric/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@
"items": {
"properties": {
"key": {
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
"type": "string"
},
"value": {
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
"type": "string"
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ nginx:
# properties:
# key:
# type: string
# patern: ^([^"$\\]|\\[^$])*$
# pattern: ^([^"$\\]|\\[^$])*$
# minLength: 1
# maxLength: 255
# value:
# type: string
# patern: ^([^"$\\]|\\[^$])*$
# pattern: ^([^"$\\]|\\[^$])*$
# minLength: 1
# maxLength: 255
# @schema
Expand Down

0 comments on commit c101610

Please sign in to comment.