Commit f1e11565 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'sam-update-cilium-docs' into 'master'

Update blocking instructions for cilium

See merge request gitlab-org/gitlab!76488
parents dfe399b3 f6e77182
......@@ -192,11 +192,10 @@ violations but don't block any traffic. To set Cilium to Blocking mode, you must
lines to the `applications/cilium/values.yaml` file in your cluster management project:
```yaml
config:
policyAuditMode: false
policyEnforcementMode: "always"
monitor:
eventTypes: ["drop"]
eventTypes: ["drop", "policy-verdict"]
```
### Traffic is not being allowed as expected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment