phone-region als value file and deletet from parameters

This commit is contained in:
titver968
2025-07-04 12:54:04 +02:00
parent 50218bf53c
commit e8a4d72f9b
2 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
helm:
values: |
nextcloud:
configs:
phone-region.php: |-
<?php
$CONFIG = array (
'default_phone_region' => 'DE',
);