Skip to content

Commit

Permalink
Update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Sep 2, 2024
1 parent f4847de commit e6efd79
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions charts/bright-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ name: repeater
description: |
Repeater allows you to run Brightsec scans without exposing your ports outside.
Also, it can be useful, if you want to run a local scan without deploying.
#Add helm repository command:
helm repo add bright-cli https://neuralegion.github.io/bright-cli/
Usage example from chart root dir:
helm upgrade repeater --install \
#Update helm repository:
helm repo update
#Install helm chart:
helm upgrade bright-cli --install bright-cli/repeater \
--set repeaterID= \
--set token= \
. --wait
Default cluster being used is "app.brightsec.com".
Default cluster being used is "app.brightsec.com". For different cluster you can use additional --cluster "cluster_name" flag.
type: application
version: 0.0.1
version: 0.0.2
keywords:
- repeater

0 comments on commit e6efd79

Please sign in to comment.