nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
334 stars 269 forks source link

fix(nextcloud): move ci lint-test values to yaml file #650

Closed wrenix closed 34 minutes ago

wrenix commented 1 month ago

Description of the change

better overview of values in test

same setup tested in #622

Additional information

Checklist

wrenix commented 47 minutes ago

Wow found the issue, open on on container side https://github.com/nextcloud/docker/issues/2337:

nextcloud:
  host: nextcloud
  trustedDomains:
    - '*'

read all file in the trusted_domains config.php:

image