diff --git a/docs/content/installation/integrations/app-protect-waf-v5/installation.md b/docs/content/installation/integrations/app-protect-waf-v5/installation.md index 5bb896d148..9ff9cc5c06 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/installation.md @@ -310,6 +310,25 @@ Add `waf-enforcer` image to the `containers` section: ... ``` +### Update NIC container in deployment or daemonset + +Add `volumeMounts` as below: + +```yaml +... +- image: : + imagePullPolicy: IfNotPresent + name: nginx-plus-ingress + volumeMounts: + - name: app-protect-bd-config + mountPath: /opt/app_protect/bd_config + - name: app-protect-config + mountPath: /opt/app_protect/config + - name: app-protect-bundles + mountPath: /etc/app_protect/bundles +... +``` + ### Using a Deployment {{< include "installation/manifests/deployment.md" >}}