Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 93ed666 according to the output
from Gofumpt and Prettier.

Details: #2497
  • Loading branch information
deepsource-autofix[bot] authored May 15, 2024
1 parent 08a723e commit 07685ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/user-guides/read-replica-and-rotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The read replica is managed with a separate chart from the Vald cluster and is d
### When you deploy vald with helm command

1. Edit `values.yaml` like below(Please refer to [deployment](deployment) for other fields.)

```yaml
agent:
ngt:
Expand All @@ -34,10 +33,8 @@ The read replica is managed with a separate chart from the Vald cluster and is d
rotation_job_concurrency: 2
```
1. Deploy vald cluster
```bash
helm install vald vald/vald --values values.yaml
```
Expand Down

0 comments on commit 07685ed

Please sign in to comment.