Skip to content

Commit

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

Signed-off-by: Jodie Putrino <j.putrino@f5.com>
Co-authored-by: Alan Dooley <ADubhlaoich@users.noreply.github.com>
  • Loading branch information
jputrino and ADubhlaoich committed Jul 13, 2023
1 parent ff78040 commit 235a7c0
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 235a7c0

Please sign in to comment.