From 32999041e6501a52d72dd6c619f6465f0b96bc50 Mon Sep 17 00:00:00 2001 From: Nigel Date: Tue, 12 Mar 2024 08:05:01 +0100 Subject: [PATCH] Ran make docs Signed-off-by: Nigel --- charts/cluster/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cluster/README.md b/charts/cluster/README.md index 3c1f33995..0b882f2f8 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -152,6 +152,8 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat | cluster.monitoring.enabled | bool | `false` | | | cluster.monitoring.podMonitor.enabled | bool | `true` | | | cluster.monitoring.prometheusRule.enabled | bool | `true` | | +| cluster.postgresGID | int | `26` | The GID of the postgres user inside the image, defaults to 26 | +| cluster.postgresUID | int | `26` | The UID of the postgres user inside the image, defaults to 26 | | cluster.postgresql | object | `{}` | Configuration of the PostgreSQL server See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PostgresConfiguration | | cluster.primaryUpdateMethod | string | `"switchover"` | Method to follow to upgrade the primary server during a rolling update procedure, after all replicas have been successfully updated. It can be switchover (default) or in-place (restart). | | cluster.primaryUpdateStrategy | string | `"unsupervised"` | Strategy to follow to upgrade the primary server during a rolling update procedure, after all replicas have been successfully updated: it can be automated (unsupervised - default) or manual (supervised) |