mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-08 09:37:58 +00:00
fix(falco.yaml): correct k8s audit endpoint
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
00884ef581
commit
8429256e37
@ -139,7 +139,7 @@ stdout_output:
|
|||||||
webserver:
|
webserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
listen_port: 8765
|
listen_port: 8765
|
||||||
k8s_audit_endpoint: /k8s_audit
|
k8s_audit_endpoint: /k8s-audit
|
||||||
ssl_enabled: false
|
ssl_enabled: false
|
||||||
ssl_certificate: /etc/falco/falco.pem
|
ssl_certificate: /etc/falco/falco.pem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user