We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a10da3 commit 2451f6cCopy full SHA for 2451f6c
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