Add README.md to helm-chart directory

This commit is contained in:
M. Mert Yildiran 2023-04-11 22:31:48 +03:00
parent 0801ea8c74
commit 0aedc023aa
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

13
helm-chart/README.md Normal file
View File

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