fix(mycloud-nextcloud): add maintenance_window_start
This commit is contained in:
parent
5057be0a35
commit
852a348250
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ spec:
|
|||
$CONFIG = array(
|
||||
'default_language' => {{ .Values.default.language | squote }},
|
||||
'default_phone_region' => {{ .Values.default.phoneRegion | squote }},
|
||||
'maintenance_window_start' => {{ .Values.default.maintenanceWindowStart }},
|
||||
);
|
||||
{{- if .Values.imaginary.enabled }}
|
||||
reviews.config.php: |-
|
||||
|
|
|
@ -136,6 +136,7 @@ theme:
|
|||
default:
|
||||
language: "en"
|
||||
phoneRegion: "GB"
|
||||
maintenanceWindowStart: 1
|
||||
|
||||
limits:
|
||||
memory: "512M"
|
||||
|
|
Loading…
Add table
Reference in a new issue