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 +```