Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Use the Helm command to install the Sniffer:
helm install sniffer oci://ghcr.io/neuralegion/sniffer -f values.yaml
To customize configurations, modify the values.yaml
file as follows:
api:
apiKey: '<your API key with entry-points:manage or entry-points:admin scopes>'
apiURL: 'https://app.brightsec.com/'
projectID: '<your Bright project ID>'
If you want to delete the Sniffer from your Kubernetes cluster, use the following command:
helm delete sniffer
Copyright © 2024 Bright Security.
This project is licensed under the MIT License - see the LICENSE file for details.