From 053c3f90b8d6163d9fc798c050cabe833ca3850f Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 9 May 2024 14:57:06 +0000 Subject: [PATCH] Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |