mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sysdig] fix example (#16782)
* fix example Signed-off-by: Carlos Panato <ctadeu@gmail.com> * update changelog Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0f3c569216
commit
21ce7cd634
@@ -3,6 +3,12 @@
|
||||
This file documents all notable changes to Sysdig Helm Chart. The release
|
||||
numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
## v1.4.14
|
||||
|
||||
### Minor changes
|
||||
|
||||
* Update REAMED.md to fix the example in how to use the `sysdig.settings.tags` in the command line with `--set`
|
||||
|
||||
## v1.4.13
|
||||
|
||||
### Minor changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: sysdig
|
||||
version: 1.4.13
|
||||
version: 1.4.14
|
||||
appVersion: 0.92.1
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
|
||||
@@ -64,7 +64,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.settings.tags="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