default_phone_region
This commit is contained in:
@@ -74,8 +74,6 @@ spec:
|
|||||||
value: 'true'
|
value: 'true'
|
||||||
- name: cronjob.enabled
|
- name: cronjob.enabled
|
||||||
value: 'true'
|
value: 'true'
|
||||||
# - name: nextcloud.mail.enabled
|
|
||||||
# value: 'true'
|
|
||||||
- name: nextcloud.mail.fromAddress
|
- name: nextcloud.mail.fromAddress
|
||||||
value: 'admin'
|
value: 'admin'
|
||||||
- name: nextcloud.mail.domain
|
- name: nextcloud.mail.domain
|
||||||
@@ -84,6 +82,12 @@ spec:
|
|||||||
value: '192.168.4.125'
|
value: '192.168.4.125'
|
||||||
- name: nextcloud.mail.smtp.port
|
- name: nextcloud.mail.smtp.port
|
||||||
value: '25'
|
value: '25'
|
||||||
|
- name: nextcloud.configs.phone-region\.php
|
||||||
|
value: |
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'default_phone_region' => 'DE',
|
||||||
|
);
|
||||||
chart: nextcloud
|
chart: nextcloud
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user