From 4650fbd49c941c38dcaf34bdbd54c09f64417628 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Tue, 27 Jan 2026 17:09:52 +0100 Subject: [PATCH] chore: fix typos of rust type name in markdown => `CustomResourceDefinition` and `metadata_fsync` --- doc/book/cookbook/kubernetes.md | 2 +- doc/book/reference-manual/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/book/cookbook/kubernetes.md b/doc/book/cookbook/kubernetes.md index 0f1e4aaf..c1db742f 100644 --- a/doc/book/cookbook/kubernetes.md +++ b/doc/book/cookbook/kubernetes.md @@ -26,7 +26,7 @@ Or deploy with custom values: helm install --create-namespace --namespace garage garage ./garage -f values.override.yaml ``` -If you want to manage the CustomRessourceDefinition used by garage for its `kubernetes_discovery` outside of the helm chart, add `garage.kubernetesSkipCrd: true` to your custom values and use the kustomization before deploying the helm chart: +If you want to manage the CustomResourceDefinition used by garage for its `kubernetes_discovery` outside of the helm chart, add `garage.kubernetesSkipCrd: true` to your custom values and use the kustomization before deploying the helm chart: ```bash kubectl apply -k ../k8s/crd diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md index 12e39dbd..adc3286b 100644 --- a/doc/book/reference-manual/configuration.md +++ b/doc/book/reference-manual/configuration.md @@ -438,7 +438,7 @@ This might reduce the risk that a data block is lost in rare situations such as simultaneous node losing power, at the cost of a moderate drop in write performance. -Similarly to `metatada_fsync`, this is likely not necessary +Similarly to `metadata_fsync`, this is likely not necessary if geographical replication is used. #### `metadata_auto_snapshot_interval` (since `v0.9.4`) {#metadata_auto_snapshot_interval}