diff --git a/charts/sogo/ci/mariadb-values.yaml b/charts/sogo/ci/mariadb-values.yaml index 2b50df6..1ff0f16 100644 --- a/charts/sogo/ci/mariadb-values.yaml +++ b/charts/sogo/ci/mariadb-values.yaml @@ -1,21 +1,21 @@ -sogo: - configs: - SOGoPageTitle: SOGo - SOGoVacationEnabled: true - SOGoForwardEnabled: true - SOGoSieveScriptsEnabled: true - SOGoMailAuxiliaryUserAccountsEnabled: true - SOGoTrustProxyAuthentication: false - SOGoXSRFValidationEnabled: false - SOGoLanguage: English - SOGoTimeZone: America/Montreal -mariadb: - enabled: false - auth: - database: sogo - username: sogo - password: changeme - architecture: standalone - primary: - persistence: - enabled: false \ No newline at end of file +sogo: + configs: + SOGoPageTitle: SOGo + SOGoVacationEnabled: true + SOGoForwardEnabled: true + SOGoSieveScriptsEnabled: true + SOGoMailAuxiliaryUserAccountsEnabled: true + SOGoTrustProxyAuthentication: false + SOGoXSRFValidationEnabled: false + SOGoLanguage: English + SOGoTimeZone: America/Montreal +mariadb: + enabled: false + auth: + database: sogo + username: sogo + password: changeme + architecture: standalone + primary: + persistence: + enabled: false diff --git a/charts/sogo/ci/postgres-values.yaml b/charts/sogo/ci/postgres-values.yaml index f6e5f55..5d11280 100644 --- a/charts/sogo/ci/postgres-values.yaml +++ b/charts/sogo/ci/postgres-values.yaml @@ -1,24 +1,24 @@ -sogo: - configs: - SOGoPageTitle: SOGo - SOGoVacationEnabled: true - SOGoForwardEnabled: true - SOGoSieveScriptsEnabled: true - SOGoMailAuxiliaryUserAccountsEnabled: true - SOGoTrustProxyAuthentication: false - SOGoXSRFValidationEnabled: false - SOGoLanguage: English - SOGoTimeZone: America/Montreal -postgresql: - enabled: true - global: - postgresql: - auth: - username: sogo - password: changeme - database: sogo - primary: - persistence: - enabled: false -memcached: - enabled: true \ No newline at end of file +sogo: + configs: + SOGoPageTitle: SOGo + SOGoVacationEnabled: true + SOGoForwardEnabled: true + SOGoSieveScriptsEnabled: true + SOGoMailAuxiliaryUserAccountsEnabled: true + SOGoTrustProxyAuthentication: false + SOGoXSRFValidationEnabled: false + SOGoLanguage: English + SOGoTimeZone: America/Montreal +postgresql: + enabled: true + global: + postgresql: + auth: + username: sogo + password: changeme + database: sogo + primary: + persistence: + enabled: false +memcached: + enabled: true