You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/values.schema.json
+9-10
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
"extraVolumes": {
11
11
"description": "extraVolumes for the NGINX Gateway Fabric pod. Use in conjunction with\nnginxGateway.extraVolumeMounts and nginx.extraVolumeMounts to mount additional volumes to the containers.",
12
12
"items": {
13
-
"required": [],
14
-
"type": "array"
13
+
"required": []
15
14
},
16
15
"required": [],
17
16
"title": "extraVolumes",
@@ -152,11 +151,15 @@
152
151
"items": {
153
152
"properties": {
154
153
"key": {
154
+
"maxLength": 255,
155
+
"minLength": 1,
155
156
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
156
157
"required": [],
157
158
"type": "string"
158
159
},
159
160
"value": {
161
+
"maxLength": 255,
162
+
"minLength": 1,
160
163
"pattern": "^([^\"$\\\\]|\\\\[^$])*$",
161
164
"required": [],
162
165
"type": "string"
@@ -179,8 +182,7 @@
179
182
"extraVolumeMounts": {
180
183
"description": "extraVolumeMounts are the additional volume mounts for the nginx container.",
181
184
"items": {
182
-
"required": [],
183
-
"type": "array"
185
+
"required": []
184
186
},
185
187
"required": [],
186
188
"title": "extraVolumeMounts",
@@ -307,8 +309,7 @@
307
309
"extraVolumeMounts": {
308
310
"description": "extraVolumeMounts are the additional volume mounts for the nginx-gateway container.",
309
311
"items": {
310
-
"required": [],
311
-
"type": "array"
312
+
"required": []
312
313
},
313
314
"required": [],
314
315
"title": "extraVolumeMounts",
@@ -600,8 +601,7 @@
600
601
"imagePullSecrets": {
601
602
"description": "A list of secret names containing docker registry credentials.\nSecrets must exist in the same namespace as the helm release.",
602
603
"items": {
603
-
"required": [],
604
-
"type": "array"
604
+
"required": []
605
605
},
606
606
"required": [],
607
607
"title": "imagePullSecrets",
@@ -629,8 +629,7 @@
629
629
"tolerations": {
630
630
"description": "Tolerations for the NGINX Gateway Fabric pod.",
0 commit comments