Skip to content

Commit

Permalink
fix(nextcloud): drop test-value trusted_domains of s3-as-primary-storage
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Nov 22, 2024
1 parent f5e0918 commit dbe74a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: S3 Enabled as Primary Storage
# we need to skip the clean up so we can test adding a file
helm_args: |
--namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml"
--namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml --debug"
steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions charts/nextcloud/test-values/s3-as-primary-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ nginx:

nextcloud:
host: nextcloud
trustedDomains:
- '*'
objectStore:
s3:
enabled: true
Expand Down

0 comments on commit dbe74a6

Please sign in to comment.