From 6d385dce9da32ac7944320855431ada35f99fd07 Mon Sep 17 00:00:00 2001 From: Fabrizio Fiorucci Date: Tue, 21 Jan 2025 14:30:06 +0000 Subject: [PATCH] Fixed typo --- .../integrations/app-protect-waf-v5/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/installation/integrations/app-protect-waf-v5/installation.md b/site/content/installation/integrations/app-protect-waf-v5/installation.md index ec77e9c0b..e62c4a88b 100644 --- a/site/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/site/content/installation/integrations/app-protect-waf-v5/installation.md @@ -382,7 +382,7 @@ Add `volumeMounts` as below: ```yaml ... -- image: : +- image: : imagePullPolicy: IfNotPresent name: nginx-plus-ingress volumeMounts: @@ -401,7 +401,7 @@ Add `readOnlyRootFilesystem` to the NIC container and set valut to `true` as bel ```yaml ... -- image: : +- image: : imagePullPolicy: IfNotPresent name: nginx-plus-ingress ...