From 3f64dbced9ad04d979fecc6ff65b428b122ba634 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/values.yaml b/values.yaml index cdcd1a5b..43faa5e6 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: -- GitLab