Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(node-analyzer): Remove incorrect line #1225

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
version: 1.10.3
appVersion: 12.6.0
keywords:
- monitoring
Expand Down
9 changes: 3 additions & 6 deletions charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ sysdig/sysdig-deploy

### Using values.yaml

The `values.yaml` file specifies the values for the agent configuration parameters. You can add the configuration to the `values.yaml` file, then use it in the `helm install` command.

For example, to enable Prometheus metrics scraping:
The `values.yaml` file specifies the values for the `node-analyzer` configuration parameters. You can add the configuration to the `values.yaml` file, then use it in the `helm install` command.

1. Add the following to the `values.yaml` file:

Expand Down Expand Up @@ -82,7 +80,6 @@ For example, to enable Prometheus metrics scraping:
```



## Verify the integrity and origin
Sysdig Helm Charts are signed so users can verify the integrity and origin of each chart, the steps are as follows:

Expand All @@ -93,9 +90,9 @@ $ curl -o "/tmp/sysdig_public.gpg" "https://charts.sysdig.com/public.gpg"
$ gpg --import /tmp/sysdig_public.gpg
```

### Verify the chart
### Verify the Chart

To check the integrity and the origin of the charts you can now append the `--verify` flag to the `install`, `upgrade` and `pull` helm commands.
To check the integrity and the origin of the charts, append the `--verify` flag to the `install`, `upgrade` and `pull` helm commands.

## Configuration Parameters

Expand Down
Loading