From 61ab925e7bc16b2d69e469e86e590ea3806702b9 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Fri, 2 May 2025 18:49:08 +0200 Subject: [PATCH] docs: review Signed-off-by: Jonathan Gonzalez V. --- web/docs/object_stores.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/docs/object_stores.md b/web/docs/object_stores.md index 8f516af..e5e0607 100644 --- a/web/docs/object_stores.md +++ b/web/docs/object_stores.md @@ -178,9 +178,9 @@ spec: :::note -If you want ConfigMaps and Secrets to be **automatically** reloaded by -instances, you can add a label with key `cnpg.io/reload` to the -Secrets/ConfigMaps. Otherwise, you will have to reload the instances using the +If you want `ConfigMaps` and `Secrets` to be **automatically** reloaded by +instances, you can add a label with the key `cnpg.io/reload` to the +`Secrets`/`ConfigMaps`. Otherwise, you will have to reload the instances using the `kubectl cnpg reload` subcommand. ::: @@ -336,8 +336,8 @@ spec: :::important This authentication method generates a JSON file within the container -containing all the credentials required to access your Google Cloud Storage -bucket. As a result, if someone gains access to the pod, they will also have +with all the credentials required to access your Google Cloud Storage +bucket. As a result, if someone gains access to the `Pod`, they will also have write permissions to the bucket. :::