From 10643059349b55db9db11e8cb4ae534fefda0ed0 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:09:17 -0700 Subject: [PATCH] Update README.md fixed helm command --- helm-chart/README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index 73b26a9b7..32eac107a 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -57,18 +57,9 @@ Visit [localhost:8899](http://localhost:8899) helm install kubeshark kubeshark/kubeshark \ --set tap.ingress.enabled=true \ --set tap.ingress.host=ks.svc.cluster.local \ - --set "tap.ingress.approveddomains={gmail.com}" \ - --set license=LICENSE_GOES_HERE -``` - -You can get your license [here](https://console.kubeshark.co/). - -## Installing with Persistent Storage Enabled - -```shell -helm install kubeshark kubeshark/kubeshark \ - --set tap.persistentstorage=true \ - --set license=LICENSE_GOES_HERE + --set-json='tap.ingress.approveddomains=["gmail.com"]' \ + --set license=LICENSE_GOES_HERE \ + --set-json 'tap.annotations={ "eks.amazonaws.com/role-arn" : "arn:aws:iam::7...0:role/s3-role" }' ``` You can get your license [here](https://console.kubeshark.co/).