diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 4ba78ea88a0f92..b9b08721706e11 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -637,7 +637,7 @@ If you already have data in it, you will fail to sync to standby nodes for all c | `backup.cronjob.labels` | Set the cronjob labels | `{}` | | `backup.cronjob.annotations` | Set the cronjob annotations | `{}` | | `backup.cronjob.nodeSelector` | Node labels for PostgreSQL backup CronJob pod assignment | `{}` | -| `backup.cronjob.tolerations` | Tolerations for PostgreSQL backup CronJob assignment | `[]` | +| `backup.cronjob.tolerations` | Tolerations for PostgreSQL backup CronJob pods assignment | `[]` | | `backup.cronjob.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if backup.cronjob.resources is set (backup.cronjob.resources is recommended for production). | `nano` | | `backup.cronjob.resources` | Set container requests and limits for different resources like CPU or memory | `{}` | | `backup.cronjob.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |