Skip to content

Commit ae86733

Browse files
authored
Fix helm installation link (#3702)
1 parent 057c6d7 commit ae86733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuration/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Snippets are disabled by default. To use snippets, set the [`enable-snippets`](/
5151
5252
The F5 Nginx Ingress Controller (NIC) has various protections against attacks, such as running the service as non-root to avoid changes to files. An additional industry best practice is having root filesystems set as read-only so that the attack surface is further reduced by limiting changes to binaries and libraries.
5353

54-
Currently we do not set read-only root filesystem as default. Instead, this is an opt-in feature available on the [helm-chart](/nginx-ingress-controller/installation-with-helm/#configuration) via `controller.readOnlyRootFilesystem`.
54+
Currently, we do not set read-only root filesystem as default. Instead, this is an opt-in feature available on the [helm-chart](/nginx-ingress-controller/installation/installation-with-helm/#configuration) via `controller.readOnlyRootFilesystem`.
5555
When using manifests instead of Helm, uncomment the following sections of the deployment:
5656
* `readOnlyRootFilesystem: true`,
5757
* The entire `volumeMounts` section,

0 commit comments

Comments
 (0)