From b545bf2e0cc11a614e190de3639e51f63f5ed7e5 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Wed, 14 Aug 2024 11:39:10 +0100 Subject: [PATCH] update example for WAF v5 (#6188) --- 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"