values not as file
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user