mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-12 09:59:37 +00:00
14 lines
206 B
Markdown
14 lines
206 B
Markdown
# 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
|
|
```
|