From 0aedc023aaff9455bfbc93fffb6b85da03f70552 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 11 Apr 2023 22:31:48 +0300 Subject: [PATCH] :sparkles: Add `README.md` to `helm-chart` directory --- helm-chart/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helm-chart/README.md diff --git a/helm-chart/README.md b/helm-chart/README.md new file mode 100644 index 000000000..293e2a044 --- /dev/null +++ b/helm-chart/README.md @@ -0,0 +1,13 @@ +# Helm Chart of Kubeshark + +Add the Helm repo for Kubeshark: + +```shell +helm repo add kubeshark https://helm.kubeshark.co +``` + +then install Kubeshark: + +```shell +helm install kubeshark kubeshark/kubeshark +```