Skip to content
Snippets Groups Projects
Verified Commit d3a8739a authored by Varac's avatar Varac
Browse files

Add mariadb.volumePermissions.image.pullPolicy

This fixes https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070
parent f25522e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment