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 ...