Skip to content

Commit

Permalink
fix: add value files for chart-testing
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Dec 14, 2023
1 parent 6fa55a9 commit fe190e9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/nextcloud/ci/ct-all-enabled-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
nextcloud:
configs:
my.config.php: |-
<?php
nginx:
enabled: true
config:
custom: |-
server {
listen 80;
server_name tmp-server;
root /tmp;
}
Empty file.
17 changes: 17 additions & 0 deletions charts/nextcloud/ci/ct-specials-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
nextcloud:
configs:
my.config.php: |-
<?php
phpConfigs:
redis.ini: |-
session.save_handler = redis
session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5"
nginx:
enabled: true
config:
default: false
custom: |-
http {
}

0 comments on commit fe190e9

Please sign in to comment.