[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:
Carlos Tadeu Panato Junior
2019-09-02 14:28:08 -07:00
committed by Kubernetes Prow Robot
parent 0f3c569216
commit 21ce7cd634
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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 -1
View File
@@ -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:
+1 -1
View File
@@ -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
```