Skip to content

Commit 1db6808

Browse files
committed
fix: add value files for chart-testing
Signed-off-by: WrenIX <[email protected]>
1 parent e5c7e61 commit 1db6808

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nextcloud:
2+
configs:
3+
my.config.php: |-
4+
<?php
5+
6+
nginx:
7+
enabled: true

charts/nextcloud/ci/ct-empty-values.yaml

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
nextcloud:
2+
configs:
3+
my.config.php: |-
4+
<?php
5+
6+
phpConfigs:
7+
redis.ini: |-
8+
session.save_handler = redis
9+
session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5"
10+
11+
nginx:
12+
enabled: true
13+
config:
14+
default: false
15+
custom: |-
16+
http {
17+
}

0 commit comments

Comments
 (0)