From 82c32905a587e919c323d6ee52ce9430942d63d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= <7773090+lindhe@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:50:32 +0200 Subject: [PATCH] docs: Add postgreSqlInitContainer values to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #645 Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com> --- charts/nextcloud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 8dfc7f8c..d0650f5b 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -155,6 +155,7 @@ The following table lists the configurable parameters of the nextcloud chart and | `nextcloud.extraVolumeMounts` | specify additional volume mounts for the NextCloud pod | `{}` | | `nextcloud.securityContext` | Optional security context for the NextCloud container | `nil` | | `nextcloud.podSecurityContext` | Optional security context for the NextCloud pod (applies to all containers in the pod) | `nil` | +| `nextcloud.postgreSqlInitContainer.securityContext` | Set postgresql initContainer securityContext parameters. | `{}` | | `nginx.enabled` | Enable nginx (requires you use php-fpm image) | `false` | | `nginx.image.repository` | nginx Image name, e.g. use `nginxinc/nginx-unprivileged` for rootless container | `nginx` | | `nginx.image.tag` | nginx Image tag | `alpine` |