From f8e3f583c13ae83695ed000e789f22cbd4204cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Austerm=C3=BChle?= Date: Mon, 4 Mar 2024 10:02:28 +0100 Subject: [PATCH] Do not include extra volumes by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stephan Austermühle --- charts/nextcloud/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 777b016e..3d30c1e9 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -530,8 +530,7 @@ Configure `.nextcloud.backupCronjobs` to install Kubernetes Cronjobs to backup the Nextcloud data volume. The Helm chart automatically adds `volumes` and `volumeMounts` to the Cronjobs to make the Nextcloud data folder accessible at the same paths as the Nextcloud -containers. The Cronjobs also include all `extraVolumes` and -`extraVolumeMounts`. +containers. Example: