-
Notifications
You must be signed in to change notification settings - Fork 303
Add trusted_domains after installation #640
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.