Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbe74a6

Browse files
committedNov 22, 2024··
fix(nextcloud): drop test-value trusted_domains of s3-as-primary-storage
Signed-off-by: WrenIX <dev.github@wrenix.eu>
1 parent f5e0918 commit dbe74a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎.github/workflows/lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: S3 Enabled as Primary Storage
8787
# we need to skip the clean up so we can test adding a file
8888
helm_args: |
89-
--namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml"
89+
--namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml --debug"
9090
9191
steps:
9292
- name: Checkout

‎charts/nextcloud/test-values/s3-as-primary-storage.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ nginx:
88

99
nextcloud:
1010
host: nextcloud
11-
trustedDomains:
12-
- '*'
1311
objectStore:
1412
s3:
1513
enabled: true

0 commit comments

Comments
 (0)
Please sign in to comment.