Skip to content

Commit 65cd201

Browse files
committed
Update nginxGateway.labels field description
1 parent 6dea2c9 commit 65cd201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/nginx-gateway-fabric/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
285285
| `nginxGateway.image.repository` | The NGINX Gateway Fabric image to use | string | `"ghcr.io/nginx/nginx-gateway-fabric"` |
286286
| `nginxGateway.image.tag` | | string | `"edge"` |
287287
| `nginxGateway.kind` | The kind of the NGINX Gateway Fabric installation - currently, only deployment is supported. | string | `"deployment"` |
288-
| `nginxGateway.labels` | Labels to be added to the controller Deployment | object | `{}` |
288+
| `nginxGateway.labels` | Set of labels to be added for NGINX Gateway Fabric deployment. | object | `{}` |
289289
| `nginxGateway.leaderElection.enable` | Enable leader election. Leader election is used to avoid multiple replicas of the NGINX Gateway Fabric reporting the status of the Gateway API resources. If not enabled, all replicas of NGINX Gateway Fabric will update the statuses of the Gateway API resources. | bool | `true` |
290290
| `nginxGateway.leaderElection.lockName` | The name of the leader election lock. A Lease object with this name will be created in the same Namespace as the controller. | string | Autogenerated if not set or set to "". |
291291
| `nginxGateway.lifecycle` | The lifecycle of the nginx-gateway container. | object | `{}` |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"title": "kind"
458458
},
459459
"labels": {
460-
"description": "Labels to be added to the controller Deployment",
460+
"description": "Set of labels to be added for NGINX Gateway Fabric deployment.",
461461
"required": [],
462462
"title": "labels",
463463
"type": "object"

charts/nginx-gateway-fabric/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nginxGateway:
2121
# -- Set of custom annotations for the NGINX Gateway Fabric pods.
2222
podAnnotations: {}
2323

24-
# -- Labels to be added to the controller Deployment
24+
# -- Set of labels to be added for NGINX Gateway Fabric deployment.
2525
labels: {}
2626

2727
# -- Set of custom annotations for GatewayClass objects.

0 commit comments

Comments
 (0)