From f54088c1f72f1a6c7beac42a92efe7d77e0d0e3c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 13:16:05 +0100 Subject: [PATCH] nc add polling config /w tab --- apps/templates/nextcloud-helm.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 1781a1e..8b54814 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -38,16 +38,16 @@ spec: host: drive.hensen.io configs: polling.config.php: |- - - array ( - 0 => 'drive.hensen.io', - ), - 'overwrite.cli.url' => 'https://drive.hensen.io', - 'overwritehost' => 'drive.hensen.io', - 'overwriteprotocol' => 'https', - ); + + array ( + 0 => 'drive.hensen.io', + ), + 'overwrite.cli.url' => 'https://drive.hensen.io', + 'overwritehost' => 'drive.hensen.io', + 'overwriteprotocol' => 'https', + ); ingress: enabled: true # className: nginx