From f81d26d9d8fb3f1e78e81d9e49ac1ac5f2c4a919 Mon Sep 17 00:00:00 2001 From: nginx-bot <68849795+nginx-bot@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:44:07 -0700 Subject: [PATCH] [cherry-pick] update example for WAF v5 (#6189) --- examples/custom-resources/app-protect-waf-v5/waf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom-resources/app-protect-waf-v5/waf.yaml b/examples/custom-resources/app-protect-waf-v5/waf.yaml index a52a1adac2..e08f218dee 100644 --- a/examples/custom-resources/app-protect-waf-v5/waf.yaml +++ b/examples/custom-resources/app-protect-waf-v5/waf.yaml @@ -5,8 +5,8 @@ metadata: spec: waf: enable: true - apPolicy: "" + apBundle: ".tgz" securityLogs: - enable: true - apLogConf: ".tgz" + apLogBundle: ".tgz" logDest: "syslog:server=syslog-svc.default:514"