From caaebfd8cf436be60a0689bc9890d648a381ea1a Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Fri, 21 Jul 2023 13:32:14 +0000 Subject: [PATCH] github_actions_ci: Update public key --- charts/node-analyzer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index a9fc27afc..430391c97 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -116,8 +116,8 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `psp.create` | Creates Pod Security Policy to allow the agent running in clusters with PSP enabled. | `true` | | `clusterName` | Sets a unique cluster name which is used to identify events with the `kubernetes.cluster.name` tag. | ` ` | | `namespace` | Overrides the global namespace setting and release namespace for components. | ` ` | -| `sysdig.accessKey` | Sets your Sysdig Agent Access Key. | Either `accessKey` or `existingAccessKeySecret` is required | -| `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 | +| `sysdig.accessKey` | Sets your Sysdig Agent Access Key. Either `accessKey` or `existingAccessKeySecret` is required. | | +| `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. | | | `secure.enabled` | Enables Sysdig Secure. | `true` | | `secure.vulnerabilityManagement.newEngineOnly` | Enables only the new vulnerability management engine. | `false` | | `daemonset.annotations` | Sets custom annotations for the DaemonSet. | `{}` | @@ -213,7 +213,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.runtimeScanner.eveConnector.resources.limits.memory` | Specifies the Eve Connector Memory limits per node. | `512Mi` | | `nodeAnalyzer.runtimeScanner.eveConnector.settings.replicas` | Specifies the Eve Connector deployment replicas. | `1` | | `nodeAnalyzer.runtimeScanner.eveConnector.priorityClassName` | Specifies the name of an existing PriorityClass to use for the Eve Connector Deployment. | `{}` | -| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. |
node-role.kubernetes.io/master:NoSchedule,
node-role.kubernetes.io/control-plane:NoSchedule
| | | +| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. |
node-role.kubernetes.io/master:NoSchedule,
node-role.kubernetes.io/control-plane:NoSchedule
| | `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` | | `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` | | `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.26.0` |