diff --git a/charts/owncloud/values.yaml b/charts/owncloud/values.yaml index cb999ed..4479b12 100644 --- a/charts/owncloud/values.yaml +++ b/charts/owncloud/values.yaml @@ -99,7 +99,7 @@ owncloud: # -- Base domain used in `{{ .Values.owncloud.overwriteCliUrl }}` by default. domain: "owncloud.chart.example" # -- List of trusted domains to prevent host header poisoning (see [documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/config_sample_php_parameters.html#define-list-of-trusted-domains-that-users-can-log-into)). - trustedDomains: "localhost" + trustedDomains: "localhost,owncloud.chart.example" # -- Define preview providers (see [documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/config_sample_php_parameters.html#define-preview-providers)). enabledPreviewProviders: "" # -- Enable or disable avatars or user profile photos (see [documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/config_sample_php_parameters.html#enable-or-disable-avatars-or-user-profile-photos)).