Skip to content

Commit

Permalink
docs(readme): clarify installation guide (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Feb 29, 2024
1 parent 7b096ac commit 582f972
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,15 @@

[Helm](https://helm.sh/) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

## Clone the repository:

```shell
git clone [email protected]:NeuraLegion/sniffer-chart.git --depth 1
cd ./sniffer-chart
```

## Render the Helm templates:

```shell
helm template .
```

## Install the sniffer:
## Install the sniffer

Use the Helm command to install the Sniffer:

```shell
helm install sniffer . -f values.yaml
helm install oci://ghcr.io/neuralegion/sniffer . -f values.yaml
```

## Override default configurations (using values.yaml):
## Override default configuration (using values.yaml)

To customize configurations, modify the `values.yaml` file as follows:

Expand All @@ -32,23 +19,14 @@ api:
apiKey: '<your API key with entry-points:manage or entry-points:admin scopes>'
apiURL: 'https://app.brightsec.com/'
projectID: '<your Bright project ID>'

sniffer:
image:
pullPolicy: Always

extraArgs:
group-public-ips: true
send-traffic-delta: true
ebpf-dns-tracer-enabled: false
```
## Uninstall the sniffer:
## Uninstall the sniffer
To remove the Sniffer, use the following command:
If you want to delete the Sniffer from your Kubernetes cluster, use the following command:
```shell
helm uninstall sniffer
helm delete sniffer
```

## License
Expand Down

0 comments on commit 582f972

Please sign in to comment.