From d3a8739a58bfc5279239bee932ad90b8457ee468 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 28 Nov 2019 11:59:34 +0100 Subject: [PATCH] Add mariadb.volumePermissions.image.pullPolicy This fixes https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070 --- values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/values.yaml b/values.yaml index cdcd1a5b..bcf6f003 100644 --- a/values.yaml +++ b/values.yaml @@ -7,6 +7,10 @@ nextcloud: # Enable and configure MariaDB chart mariadb: enabled: true + # Needed to fix https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070 + volumePermissions: + image: + pullSecrets: [] # Use 2 GB of storage for NC storage (maybe make configurable later?) persistence: @@ -91,6 +95,7 @@ onlyoffice: periodSeconds: 10 successThreshold: 1 failureThreshold: 20 + failureThreshold: 3 readinessProbe: enabled: true -- GitLab