Skip to content

Commit 3010379

Browse files
committed
Run make generate-all
1 parent 6d74f26 commit 3010379

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

charts/nginx-gateway-fabric/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
307307
| `serviceAccount.name` | The name of the service account of the NGINX Gateway Fabric pods. Used for RBAC. | string | Autogenerated if not set or set to "" |
308308
| `terminationGracePeriodSeconds` | The termination grace period of the NGINX Gateway Fabric pod. | int | `30` |
309309
| `tolerations` | Tolerations for the NGINX Gateway Fabric pod. | list | `[]` |
310-
| `topologySpreadConstraints` | topologySpreadConstraints for the NGINX Gateway Fabric pod. | list | `[]` |
310+
| `topologySpreadConstraints` | The topology spread constraints for the NGINX Gateway Fabric pod. | list | `[]` |
311311

312312
----------------------------------------------
313313
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,15 @@
676676
"required": [],
677677
"title": "tolerations",
678678
"type": "array"
679+
},
680+
"topologySpreadConstraints": {
681+
"description": "The topology spread constraints for the NGINX Gateway Fabric pod.",
682+
"items": {
683+
"required": []
684+
},
685+
"required": [],
686+
"title": "topologySpreadConstraints",
687+
"type": "array"
679688
}
680689
},
681690
"required": [],

config/tests/static-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
labels:
2121
app.kubernetes.io/name: nginx-gateway
2222
app.kubernetes.io/instance: nginx-gateway
23-
spec:
23+
spec:
2424
initContainers:
2525
- name: copy-nginx-config
2626
image: ghcr.io/nginxinc/nginx-gateway-fabric:edge

0 commit comments

Comments
 (0)