mirror of
https://github.com/helm/charts.git
synced 2026-08-21 05:17:23 +00:00
Make accessKey explicit as empty value (#13060)
Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6d33cacdbb
commit
f2ba280a9d
@@ -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.3
|
||||
|
||||
### Minor Changes
|
||||
|
||||
* Provide an empty value to `sysdig.accessKey` key.
|
||||
|
||||
## v1.4.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: sysdig
|
||||
version: 1.4.2
|
||||
version: 1.4.3
|
||||
appVersion: 0.89.4
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
|
||||
@@ -54,8 +54,8 @@ ebpf:
|
||||
mountEtcVolume: true
|
||||
|
||||
sysdig:
|
||||
# Required: You need your Sysdig Monitor access key before running agents.
|
||||
# accessKey: ""
|
||||
# Required: You need your Sysdig Monitor access key before running agents.
|
||||
accessKey: ""
|
||||
|
||||
settings: {}
|
||||
### Agent tags
|
||||
|
||||
Reference in New Issue
Block a user