From df97b6ec6d5205c74825eb650e2c90c008aa411d Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 12 Aug 2021 08:06:29 +0200 Subject: [PATCH] Install and enable NC passwords app --- flux2/apps/nextcloud/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flux2/apps/nextcloud/release.yaml b/flux2/apps/nextcloud/release.yaml index 97a58a3a7..7a2581026 100644 --- a/flux2/apps/nextcloud/release.yaml +++ b/flux2/apps/nextcloud/release.yaml @@ -124,6 +124,8 @@ spec: enabled: true - name: calendar enabled: true + - name: passwords + enabled: true setupApps: backoffLimit: 20 -- GitLab