From e69b9bc8aaf7cf6ee624e90dfe69bd083dfddd6b Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Wed, 12 Jul 2023 10:21:56 -0600 Subject: [PATCH] Update installation-with-manifests.md (#4090) Fixes a typo in the GlobalConfiguration CRD step. Signed-off-by: Jodie Putrino Co-authored-by: Alan Dooley --- docs/content/installation/installation-with-manifests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/installation-with-manifests.md b/docs/content/installation/installation-with-manifests.md index 95696b76ed..0cc8588c5e 100644 --- a/docs/content/installation/installation-with-manifests.md +++ b/docs/content/installation/installation-with-manifests.md @@ -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