Skip to content

Commit

Permalink
docs(node-analyzer): remove additional column from the configurations…
Browse files Browse the repository at this point in the history
… table
  • Loading branch information
AlbertoBarba committed Jul 21, 2023
1 parent 5dc1913 commit e57c0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.10.6
version: 1.10.7
appVersion: 12.6.0
keywords:
- monitoring
Expand Down
6 changes: 3 additions & 3 deletions charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `{}` |
Expand Down Expand Up @@ -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. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> | | |
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
| `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` |
Expand Down

0 comments on commit e57c0fd

Please sign in to comment.