We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00a74e commit b545bf2Copy full SHA for b545bf2
examples/custom-resources/app-protect-waf-v5/waf.yaml
@@ -5,8 +5,8 @@ metadata:
5
spec:
6
waf:
7
enable: true
8
- apPolicy: "<your_policy_bundle_name.tgz>"
+ apBundle: "<policy_bundle_name>.tgz"
9
securityLogs:
10
- enable: true
11
- apLogConf: "<your_bundle_name>.tgz"
+ apLogBundle: "<log_bundle_name>.tgz"
12
logDest: "syslog:server=syslog-svc.default:514"
0 commit comments