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