Installed Nextcloud via helm on a baremetal k8s cluster. Created an ingress from another domain to point to Nextcloud service, but it won't let me visit the site because of a trusted_domain error.
Went back into values.yml and added the new domain, ran:
helm upgrade -n nextcloud nextcloud/nextcloud --values values.yml
However, the config.php did not reflect the new list of trusted domains after restart.
Relevent values.yml
trustedDomains:
- nextcloud.mydomain.com
- nextcloud.mydomain2.com
mydomain2.com is the new domain, did not get added to config.php.
Installed Nextcloud via helm on a baremetal k8s cluster. Created an ingress from another domain to point to Nextcloud service, but it won't let me visit the site because of a trusted_domain error.
Went back into values.yml and added the new domain, ran:
However, the config.php did not reflect the new list of trusted domains after restart.
Relevent values.yml
mydomain2.com is the new domain, did not get added to config.php.