Skip to content

Commit

Permalink
update(integrations): 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 17, 2020
1 parent 5dc636d commit 0c733c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/puppet-module/falco/manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$webserver = {
'enabled' => false,
'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 0c733c4

Please sign in to comment.