docs: review

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V. 2025-05-02 18:49:08 +02:00 committed by Gabriele Bartolini
parent 29771edc0d
commit 61ab925e7b

View File

@ -178,9 +178,9 @@ spec:
<!-- TODO: does this also apply to the plugin? --> <!-- TODO: does this also apply to the plugin? -->
:::note :::note
If you want ConfigMaps and Secrets to be **automatically** reloaded by If you want `ConfigMaps` and `Secrets` to be **automatically** reloaded by
instances, you can add a label with key `cnpg.io/reload` to the 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 `Secrets`/`ConfigMaps`. Otherwise, you will have to reload the instances using the
`kubectl cnpg reload` subcommand. `kubectl cnpg reload` subcommand.
::: :::
@ -336,8 +336,8 @@ spec:
:::important :::important
This authentication method generates a JSON file within the container This authentication method generates a JSON file within the container
containing all the credentials required to access your Google Cloud Storage 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 bucket. As a result, if someone gains access to the `Pod`, they will also have
write permissions to the bucket. write permissions to the bucket.
::: :::