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 8f82b96 according to the output
from Gofumpt and Prettier.

Details: #2497
  • Loading branch information
deepsource-autofix[bot] authored May 15, 2024
1 parent 8f82b96 commit 32ce453
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/user-guides/read-replica-and-rotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The read replica is managed with a separate chart from the Vald cluster and is d

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


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


1. Deploy `vald-readreplica` with the same `values.yaml`

```bash
Expand All @@ -51,13 +48,10 @@ The read replica is managed with a separate chart from the Vald cluster and is d

### When you deploy vald with `vald-helm-operator`


1. Edit `valdrelease.yaml` with the same fields as above


1. Deploy vald cluster


```bash
helm install vald-helm-operator-release vald/vald-helm-operator
kubectl apply -f valdrelease.yaml
Expand Down

0 comments on commit 32ce453

Please sign in to comment.