Skip to content

Commit

Permalink
Update installation-with-manifests.md
Browse files Browse the repository at this point in the history
Fixes a typo in the GlobalConfiguration CRD step.

Signed-off-by: Jodie Putrino <[email protected]>
  • Loading branch information
jputrino authored Jul 11, 2023
1 parent 0a3b2d3 commit 0fc54e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/installation/installation-with-manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ By default, it is required to create custom resource definitions for VirtualServ
kubectl apply -f common/crds/k8s.nginx.org_policies.yaml
```
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:
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:
```console
kubectl apply -f common/crds/k8s.nginx.org_globalconfigurations.yaml
Expand Down

0 comments on commit 0fc54e7

Please sign in to comment.