From eafece649742a121e575e610f81934db3970699a Mon Sep 17 00:00:00 2001 From: dwertent Date: Tue, 9 Nov 2021 11:18:30 +0200 Subject: [PATCH] update helm command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045405ba..1c36dd00 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ docker run -v "$(pwd)/example.yaml:/app/example.yaml quay.io/armosec/kubescape You can scan your cluster periodically by adding a `CronJob` that will repeatedly trigger kubescape ``` -helm install kubescape examples/helm_chart/ -f examples/helm_chart/values.yaml +helm install kubescape examples/helm_chart/ ``` # Under the hood