Add this charts repository to your local Helm
To start using our charts, first add this charts repository using the helm
command line tool:
# Add sysdiglab charts to helm
$ helm repo add sysdig https://charts.sysdig.com
# Update list of charts from all registered charts repositories
$ helm repo update
Use this charts repository
Once you have added this charts repository to your local helm
, you can start using it:
# List all charts:
$ helm search repo sysdig
# Install Sysdig agent from the online charts repository with default settings using:
$ helm install sysdig-agent --set sysdig.accessKey=YOUR-KEY-HERE sysdig/sysdig
Hosted charts in this repository
See specific information about each chart at the GitHub repository: