Skip to content

Commit

Permalink
helm: fix test values lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 17, 2024
1 parent f259a22 commit 1e53454
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
42 changes: 21 additions & 21 deletions charts/sogo/ci/mariadb-values.yaml
Original file line number Diff line number Diff line change
@@ -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
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
48 changes: 24 additions & 24 deletions charts/sogo/ci/postgres-values.yaml
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 1e53454

Please sign in to comment.