Skip to content

Commit c101610

Browse files
committed
typo
1 parent f6e18a8 commit c101610

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/nginx-gateway-fabric/values.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@
9090
"items": {
9191
"properties": {
9292
"key": {
93+
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
9394
"type": "string"
9495
},
9596
"value": {
97+
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
9698
"type": "string"
9799
}
98100
}

charts/nginx-gateway-fabric/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ nginx:
170170
# properties:
171171
# key:
172172
# type: string
173-
# patern: ^([^"$\\]|\\[^$])*$
173+
# pattern: ^([^"$\\]|\\[^$])*$
174174
# minLength: 1
175175
# maxLength: 255
176176
# value:
177177
# type: string
178-
# patern: ^([^"$\\]|\\[^$])*$
178+
# pattern: ^([^"$\\]|\\[^$])*$
179179
# minLength: 1
180180
# maxLength: 255
181181
# @schema

0 commit comments

Comments
 (0)