mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix value in example (#10067)
The `AgentTags` value did not exist (anymore). Changed this to `sysdig.settings.tags` Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4ce7483999
commit
127081679e
@@ -1,5 +1,5 @@
|
||||
name: sysdig
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
appVersion: 0.81.0
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
|
||||
@@ -58,7 +58,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```bash
|
||||
$ helm install --name my-release \
|
||||
--set sysdig.accessKey=YOUR-KEY-HERE,sysdig.AgentTags="role:webserver,location:europe" \
|
||||
--set sysdig.accessKey=YOUR-KEY-HERE,sysdig.settings.tags="role:webserver,location:europe" \
|
||||
stable/sysdig
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user