Skip to content

Commit 9669b09

Browse files
authored
fix: NIC Helm install: add spacing to prevent overflow (#1047)
fix: add spacing to prevent overflow
1 parent 41350a3 commit 9669b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nic/installation/installing-nic/installation-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ When installing the NGINX Ingress Controller chart, Helm will also install the r
110110

111111
If the CRDs are not installed, NGINX Ingress Controller pods will not become _Ready_.
112112

113-
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.
113+
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.
114114

115115
{{< call-out "caution" "Running multiple NGINX Ingress Controller instances">}}
116116

0 commit comments

Comments
 (0)