From 5926e0fbda4d7cabf1c2a050b1ff3265b2524d46 Mon Sep 17 00:00:00 2001 From: Eoin O'Shaughnessy Date: Tue, 2 Sep 2025 19:54:30 +0100 Subject: [PATCH] fix: add spacing to prevent overflow --- .../nic/installation/installing-nic/installation-with-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nic/installation/installing-nic/installation-with-helm.md b/content/nic/installation/installing-nic/installation-with-helm.md index 0251b146c..3bdab4f57 100644 --- a/content/nic/installation/installing-nic/installation-with-helm.md +++ b/content/nic/installation/installing-nic/installation-with-helm.md @@ -110,7 +110,7 @@ When installing the NGINX Ingress Controller chart, Helm will also install the r If the CRDs are not installed, NGINX Ingress Controller pods will not become _Ready_. -If you do not use the custom resources that require those CRDs (With `controller.enableCustomResources`,`controller.appprotect.enable` and `controller.appprotectdos.enable` set to `false`), the installation of the CRDs can be skipped by specifying `--skip-crds` in your _helm install_ command. +If you do not use the custom resources that require those CRDs (With `controller.enableCustomResources`, `controller.appprotect.enable` and `controller.appprotectdos.enable` set to `false`), the installation of the CRDs can be skipped by specifying `--skip-crds` in your _helm install_ command. {{< call-out "caution" "Running multiple NGINX Ingress Controller instances">}}