docs: fix small typo in etcd maintenance guide

This PR fixes a little typo in these docs, b/c etcd is under the cluster
key.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
This commit is contained in:
Spencer Smith 2024-01-22 15:41:38 -05:00 committed by Andrey Smirnov
parent cf0603330a
commit d1a79b845f
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
To increase the space quota, edit the `etcd` section in the machine configuration:
```yaml
machine:
cluster:
etcd:
extraArgs:
quota-backend-bytes: 4294967296 # 4 GiB

View File

@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
To increase the space quota, edit the `etcd` section in the machine configuration:
```yaml
machine:
cluster:
etcd:
extraArgs:
quota-backend-bytes: 4294967296 # 4 GiB

View File

@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
To increase the space quota, edit the `etcd` section in the machine configuration:
```yaml
machine:
cluster:
etcd:
extraArgs:
quota-backend-bytes: 4294967296 # 4 GiB

View File

@ -24,7 +24,7 @@ The recommended maximum size is 8 GiB.
To increase the space quota, edit the `etcd` section in the machine configuration:
```yaml
machine:
cluster:
etcd:
extraArgs:
quota-backend-bytes: 4294967296 # 4 GiB