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