From 6127ca6e41b7a2bd678ac25a713090493c8a02c8 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 29 Mar 2017 14:39:27 -0700 Subject: [PATCH] Update k8s README To reflect github's new slightly stricter markdown format. --- examples/k8s-using-daemonset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s-using-daemonset/README.md b/examples/k8s-using-daemonset/README.md index b81b6f3b..64b9c40b 100644 --- a/examples/k8s-using-daemonset/README.md +++ b/examples/k8s-using-daemonset/README.md @@ -1,4 +1,4 @@ -=Example K8s Services for Falco= +# Example K8s Services for Falco The yaml file in this directory installs the following: - Open Source Falco, as a DaemonSet. Falco is configured to communicate with the K8s API server via its service account, and changes its output to be K8s-friendly. It also sends to a slack webhook for the `#demo-falco-alerts` channel on our [public slack](https://sysdig.slack.com/messages/demo-falco-alerts/).