From 35a8392e6f1fd1002d292adf56accf9f13401fbb Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 21 May 2019 12:03:29 +0200 Subject: [PATCH] Fix typo. --- examples/k8s_audit_config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s_audit_config/README.md b/examples/k8s_audit_config/README.md index 1523acaa..22f49efc 100644 --- a/examples/k8s_audit_config/README.md +++ b/examples/k8s_audit_config/README.md @@ -107,7 +107,7 @@ K8s audit events will then be routed to the falco daemonset within the cluster, ## K8s 1.13 + Local Log File Instructions -If you want to use a mix of AuditSink for remote audit events as well as a local audit log file, you can run enable-k8s-audit.sh with the "dynamic-log" argument e.g. `bash ./enable-k8s-audit.sh dynamic+log`. This will enable dynamic audit logs as well as a static audit log to a local file. Its output looks like this: +If you want to use a mix of AuditSink for remote audit events as well as a local audit log file, you can run enable-k8s-audit.sh with the "dynamic+log" argument e.g. `bash ./enable-k8s-audit.sh dynamic+log`. This will enable dynamic audit logs as well as a static audit log to a local file. Its output looks like this: ``` ***Copying apiserver config patch script to apiserver...