From 45d3f46da501c94962e2fb9d977120d3b3d014ec Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Thu, 12 Sep 2024 18:17:32 +0100 Subject: [PATCH] update waf v5 docs (#6407) --- .../app-protect-waf-v5/installation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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" >}}