Skip to content

Commit 09f5f70

Browse files
committed
fix: add value files for chart-testing
Signed-off-by: WrenIX <dev.github@wrenix.eu>
1 parent 8d8642d commit 09f5f70

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
nextcloud:
2+
configs:
3+
my.config.php: |-
4+
<?php
5+
6+
nginx:
7+
enabled: true
8+
config:
9+
custom: |-
10+
http {
11+
}

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)