From f46ac3c738d93a80564c12dc35ff05173b5badd9 Mon Sep 17 00:00:00 2001 From: Alberto Barba Date: Fri, 21 Jul 2023 13:53:06 +0200 Subject: [PATCH] docs(node-analyzer): fix configuration table rendering --- charts/node-analyzer/Chart.yaml | 2 +- charts/node-analyzer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 812b04cba..2315f0f25 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -3,7 +3,7 @@ name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.10.5 +version: 1.10.6 appVersion: 12.6.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index c34443907..a9fc27afc 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `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. | `{}' | +| `daemonset.annotations` | Sets custom annotations for the DaemonSet. | `{}` | | `daemonset.labels` | Sets NodeAnalyzer-specific labels as a multi-line templated string map or as YAML. | `{}` | | `daemonset.updateStrategy.type` | Sets the updateStrategy for updating the DaemonSet. | RollingUpdate | | `daemonset.updateStrategy.rollingUpdate.maxUnavailable` | Sets the maximum number of pods that can be unavailable during the update process. | 1 |