Skip to content

Commit 1aeca7e

Browse files
committed
Naming
1 parent e20862c commit 1aeca7e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

charts/nginx-gateway-fabric/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,13 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
258258

259259
| Key | Description | Type | Default |
260260
|-----|-------------|------|---------|
261-
| `nginx` | The nginx section contains the configuration for all nginx data plane deployments installed by the NGINX Gateway Fabric control plane. | object | `{"config":{},"container":{},"debug":false,"image":{"pullPolicy":"Always","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"edge"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","type":"LoadBalancer"},"usage":{"caSecretName":"","clientSSLSecretName":"","endpoint":"","resolver":"","secretName":"nplus-license","skipVerify":false}}` |
261+
| `nginx` | The nginx section contains the configuration for all NGINX data plane deployments installed by the NGINX Gateway Fabric control plane. | object | `{"config":{},"container":{},"debug":false,"image":{"pullPolicy":"Always","repository":"ghcr.io/nginx/nginx-gateway-fabric/nginx","tag":"edge"},"imagePullSecret":"","imagePullSecrets":[],"kind":"deployment","plus":false,"pod":{},"replicas":1,"service":{"externalTrafficPolicy":"Local","type":"LoadBalancer"},"usage":{"caSecretName":"","clientSSLSecretName":"","endpoint":"","resolver":"","secretName":"nplus-license","skipVerify":false}}` |
262262
| `nginx.config` | The configuration for the data plane that is contained in the NginxProxy resource. | object | `{}` |
263263
| `nginx.container` | The container configuration for the NGINX container. | object | `{}` |
264264
| `nginx.debug` | Enable debugging for NGINX. Uses the nginx-debug binary. The NGINX error log level should be set to debug in the NginxProxy resource. | bool | `false` |
265265
| `nginx.image.repository` | The NGINX image to use. | string | `"ghcr.io/nginx/nginx-gateway-fabric/nginx"` |
266-
| `nginx.imagePullSecret` | The name of the secret containing docker registry credentials. Secret must exist in the same namespace as the helm release. The control plane will copy this secret into any namespace where nginx is deployed. | string | `""` |
267-
| `nginx.imagePullSecrets` | A list of secret names containing docker registry credentials. Secrets must exist in the same namespace as the helm release. The control plane will copy these secrets into any namespace where nginx is deployed. | list | `[]` |
266+
| `nginx.imagePullSecret` | The name of the secret containing docker registry credentials. Secret must exist in the same namespace as the helm release. The control plane will copy this secret into any namespace where NGINX is deployed. | string | `""` |
267+
| `nginx.imagePullSecrets` | A list of secret names containing docker registry credentials. Secrets must exist in the same namespace as the helm release. The control plane will copy these secrets into any namespace where NGINX is deployed. | list | `[]` |
268268
| `nginx.kind` | The kind of NGINX deployment. | string | `"deployment"` |
269269
| `nginx.plus` | Is NGINX Plus image being used. | bool | `false` |
270270
| `nginx.pod` | The pod configuration for the NGINX data plane pod. | object | `{}` |

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "object"
99
},
1010
"nginx": {
11-
"description": "The nginx section contains the configuration for all nginx data plane deployments\ninstalled by the NGINX Gateway Fabric control plane.",
11+
"description": "The nginx section contains the configuration for all NGINX data plane deployments\ninstalled by the NGINX Gateway Fabric control plane.",
1212
"properties": {
1313
"config": {
1414
"description": "The configuration for the data plane that is contained in the NginxProxy resource.",
@@ -268,13 +268,13 @@
268268
},
269269
"imagePullSecret": {
270270
"default": "",
271-
"description": "The name of the secret containing docker registry credentials.\nSecret must exist in the same namespace as the helm release. The control\nplane will copy this secret into any namespace where nginx is deployed.",
271+
"description": "The name of the secret containing docker registry credentials.\nSecret must exist in the same namespace as the helm release. The control\nplane will copy this secret into any namespace where NGINX is deployed.",
272272
"required": [],
273273
"title": "imagePullSecret",
274274
"type": "string"
275275
},
276276
"imagePullSecrets": {
277-
"description": "A list of secret names containing docker registry credentials.\nSecrets must exist in the same namespace as the helm release. The control\nplane will copy these secrets into any namespace where nginx is deployed.",
277+
"description": "A list of secret names containing docker registry credentials.\nSecrets must exist in the same namespace as the helm release. The control\nplane will copy these secrets into any namespace where NGINX is deployed.",
278278
"items": {
279279
"required": []
280280
},

charts/nginx-gateway-fabric/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ nginxGateway:
173173
# config for HTTPRoute and GRPCRoute resources.
174174
enable: false
175175

176-
# -- The nginx section contains the configuration for all nginx data plane deployments
176+
# -- The nginx section contains the configuration for all NGINX data plane deployments
177177
# installed by the NGINX Gateway Fabric control plane.
178178
nginx:
179179
# @schema
@@ -203,12 +203,12 @@ nginx:
203203

204204
# -- The name of the secret containing docker registry credentials.
205205
# Secret must exist in the same namespace as the helm release. The control
206-
# plane will copy this secret into any namespace where nginx is deployed.
206+
# plane will copy this secret into any namespace where NGINX is deployed.
207207
imagePullSecret: ""
208208

209209
# -- A list of secret names containing docker registry credentials.
210210
# Secrets must exist in the same namespace as the helm release. The control
211-
# plane will copy these secrets into any namespace where nginx is deployed.
211+
# plane will copy these secrets into any namespace where NGINX is deployed.
212212
imagePullSecrets: []
213213

214214
# Configuration for NGINX Plus usage reporting.
@@ -387,13 +387,13 @@ nginx:
387387

388388
# -- The container configuration for the NGINX container.
389389
container: {}
390-
# -- The resource requirements of the nginx container.
390+
# -- The resource requirements of the NGINX container.
391391
# resources: {}
392392

393-
# -- The lifecycle of the nginx container.
393+
# -- The lifecycle of the NGINX container.
394394
# lifecycle: {}
395395

396-
# -- extraVolumeMounts are the additional volume mounts for the nginx container.
396+
# -- extraVolumeMounts are the additional volume mounts for the NGINX container.
397397
# extraVolumeMounts: []
398398

399399
# -- The service configuration for the NGINX data plane.

0 commit comments

Comments
 (0)