phone-region als value file and deletet from parameters
This commit is contained in:
9
argocd/apps/nextcloud/values/nextcloud-values.yaml
Normal file
9
argocd/apps/nextcloud/values/nextcloud-values.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
helm:
|
||||
values: |
|
||||
nextcloud:
|
||||
configs:
|
||||
phone-region.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'default_phone_region' => 'DE',
|
||||
);
|
||||
Reference in New Issue
Block a user