Skip to content

Commit

Permalink
Fix(doc: rapid response): Remove the incorrect line
Browse files Browse the repository at this point in the history
  • Loading branch information
radhikapc authored and AlbertoBarba committed Jul 12, 2023
1 parent 41beb4e commit b71e3f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/rapid-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ gpg --import /tmp/sysdig_public.gpg

### 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

Expand All @@ -31,7 +31,7 @@ You can use the Helm chart to update the default Rapid Response configurations b

### Using the Key-Value Pair

Specify each parameter using the `--set key=value[,key=value]` argument to the `helm install`command.
Specify each parameter using the `--set key=value[,key=value]` argument to the `helm install` command.

For example:

Expand All @@ -43,7 +43,7 @@ helm install --create-namespace -n rapid-response rapid-response \

### 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.
The `values.yaml` file specifies the values for the Rapid Response configuration parameters. You can add the configuration to the `values.yaml` file, then use it in the `helm install` command.

```bash
helm install --create-namespace -n rapid-response rapid-response \
Expand Down

0 comments on commit b71e3f1

Please sign in to comment.