Skip to content

Commit

Permalink
fix(falco.yaml): correct k8s audit endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jun 19, 2020
1 parent 00884ef commit 8429256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ stdout_output:
webserver:
enabled: true
listen_port: 8765
k8s_audit_endpoint: /k8s_audit
k8s_audit_endpoint: /k8s-audit
ssl_enabled: false
ssl_certificate: /etc/falco/falco.pem

Expand Down

0 comments on commit 8429256

Please sign in to comment.