From dbe74a601b93daef56ed90e19ee5ac299d13faf1 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 22 Nov 2024 13:45:28 +0100 Subject: [PATCH] fix(nextcloud): drop test-value trusted_domains of s3-as-primary-storage Signed-off-by: WrenIX --- .github/workflows/lint-test.yaml | 2 +- charts/nextcloud/test-values/s3-as-primary-storage.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e29c5bbc..a7419dfc 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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 diff --git a/charts/nextcloud/test-values/s3-as-primary-storage.yaml b/charts/nextcloud/test-values/s3-as-primary-storage.yaml index d6efd878..6e82f550 100644 --- a/charts/nextcloud/test-values/s3-as-primary-storage.yaml +++ b/charts/nextcloud/test-values/s3-as-primary-storage.yaml @@ -8,8 +8,6 @@ nginx: nextcloud: host: nextcloud - trustedDomains: - - '*' objectStore: s3: enabled: true