Skip to content

Commit 0fc54e7

Browse files
authored
Update installation-with-manifests.md
Fixes a typo in the GlobalConfiguration CRD step. Signed-off-by: Jodie Putrino <[email protected]>
1 parent 0a3b2d3 commit 0fc54e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/installation/installation-with-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ By default, it is required to create custom resource definitions for VirtualServ
106106
kubectl apply -f common/crds/k8s.nginx.org_policies.yaml
107107
```
108108
109-
2. If you would like to use the TCP and UDP load balancing features of, create a custom resource definition for the [GlobalConfiguration](/nginx-ingress-controller/configuration/global-configuration/globalconfiguration-resource) resource:
109+
2. If you would like to use the TCP and UDP load balancing features, create a custom resource definition for the [GlobalConfiguration](/nginx-ingress-controller/configuration/global-configuration/globalconfiguration-resource) resource:
110110
111111
```console
112112
kubectl apply -f common/crds/k8s.nginx.org_globalconfigurations.yaml

0 commit comments

Comments
 (0)