From 37644e1f57c3a480569b95f16b21aa1cb5ea42e8 Mon Sep 17 00:00:00 2001 From: dwertent Date: Thu, 10 Feb 2022 21:05:08 +0200 Subject: [PATCH] update readme --- httphandler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httphandler/README.md b/httphandler/README.md index 84bcd011..7a1d98c1 100644 --- a/httphandler/README.md +++ b/httphandler/README.md @@ -12,6 +12,6 @@ Running `kubescape` will start up a webserver on port `8080` which will serve th ## Installation into kubernetes -The files in [kubescape.yaml](kubescape.yaml) will deploy one instance of kubescape to run on your cluster. +The [yaml](ks-prometheus-support.yaml) file will deploy one instance of kubescape (with all relevant dependencies) to run on your cluster -**NOTE** Make sure the configurations suit your cluster (e.g. `serviceType`) \ No newline at end of file +**NOTE** Make sure the configurations suit your cluster (e.g. `serviceType`, namespace, etc.) \ No newline at end of file