We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e18a8 commit c101610Copy full SHA for c101610
charts/nginx-gateway-fabric/values.schema.json
@@ -90,9 +90,11 @@
90
"items": {
91
"properties": {
92
"key": {
93
+ "pattern": "^([^\"$\\\\]|\\\\[^$])*$",
94
"type": "string"
95
},
96
"value": {
97
98
99
}
100
charts/nginx-gateway-fabric/values.yaml
@@ -170,12 +170,12 @@ nginx:
170
# properties:
171
# key:
172
# type: string
173
- # patern: ^([^"$\\]|\\[^$])*$
+ # pattern: ^([^"$\\]|\\[^$])*$
174
# minLength: 1
175
# maxLength: 255
176
# value:
177
178
179
180
181
# @schema
0 commit comments