Skip to content

Commit b545bf2

Browse files
vepatelweb-flow
authored andcommitted
update example for WAF v5 (#6188)
1 parent d00a74e commit b545bf2

File tree

1 file changed

+2
-2
lines changed
  • examples/custom-resources/app-protect-waf-v5

1 file changed

+2
-2
lines changed

examples/custom-resources/app-protect-waf-v5/waf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
spec:
66
waf:
77
enable: true
8-
apPolicy: "<your_policy_bundle_name.tgz>"
8+
apBundle: "<policy_bundle_name>.tgz"
99
securityLogs:
1010
- enable: true
11-
apLogConf: "<your_bundle_name>.tgz"
11+
apLogBundle: "<log_bundle_name>.tgz"
1212
logDest: "syslog:server=syslog-svc.default:514"

0 commit comments

Comments
 (0)