values not as file

This commit is contained in:
titver968
2025-07-04 12:59:29 +02:00
parent e8a4d72f9b
commit 8c016c7dbf

View File

@@ -10,8 +10,14 @@ spec:
repoURL: 'https://nextcloud.github.io/helm/'
targetRevision: 6.*.*
helm:
valueFiles:
- values/nextcloud-values.yaml
values: |
nextcloud:
configs:
phone-region.php: |-
<?php
$CONFIG = array (
'default_phone_region' => 'DE',
);
parameters:
- name: image.repository
value: 'nextcloud'