Skip to content

Commit b99f852

Browse files
authored
(agent): Fix global.sysdig.accessKeySecret in README.md (#1295)
1 parent 151ee1c commit b99f852

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent
55
type: application
66

77
# currently matching sysdig 1.14.32
8-
version: 1.13.4
8+
version: 1.13.5
99

1010
appVersion: 12.16.0
1111

charts/agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The following table lists the configurable parameters of the Sysdig chart and th
8888
| Parameter | Description | Default |
8989
|---------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
9090
| `global.clusterConfig.name` | Sets a unique name to the cluster. You can then use the cluster name to identify events using the `kubernetes.cluster.name` tag. | `quay.io` |
91-
| `global.sysdig.accessKey` | Specify your Sysdig Agent Access Key. | Either `accessKey` or `existingAccessKeySecret` is required |
92-
| `global.sysdig.existingAccessKeySecret` | An alternative to using the Sysdig Agent access key. Specify the name of a Kubernetes secret containing an `access-key` entry. | Either `accessKey` or `existingAccessKeySecret` is required |
91+
| `global.sysdig.accessKey` | Specify your Sysdig Agent Access Key. | Either `accessKey` or `accessKeySecret` is required |
92+
| `global.sysdig.accessKeySecret` | An alternative to using the Sysdig Agent access key. Specify the name of a Kubernetes secret containing an `access-key` entry. | Either `accessKey` or `accessKeySecret` is required |
9393
| `global.sysdig.region` | The SaaS region for these agents. Possible values: `"us1"`, `"us2"`, `"us3"`, `"us4"`, `"eu1"`, `"au1"`, and `"custom"` | `"us1"` |
9494
| `global.proxy.httpProxy` | Sets `http_proxy` on the `agent` container. | `""` |
9595
| `global.proxy.httpsProxy` | Sets `https_proxy` on the `agent` container. | `""` |

charts/sysdig-deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.17.7
5+
version: 1.17.8
66
maintainers:
77
- name: AlbertoBarba
88
email: alberto.barba@sysdig.com
@@ -26,7 +26,7 @@ dependencies:
2626
- name: agent
2727
# repository: https://charts.sysdig.com
2828
repository: file://../agent
29-
version: ~1.13.4
29+
version: ~1.13.5
3030
alias: agent
3131
condition: agent.enabled
3232
- name: common

0 commit comments

Comments
 (0)