|  | @@ -108,6 +108,9 @@ The following table lists the configurable parameters of the Wiki.js chart and t
 | 
	
		
			
				|  |  |  | `ingress.annotations`                | Ingress annotations                         | `{}`                                                       |
 | 
	
		
			
				|  |  |  | `ingress.hosts`                      | List of ingress rules                        | `[{"host": "wiki.local", "paths": ["/"]}]`                |
 | 
	
		
			
				|  |  |  | `ingress.tls`                        | Ingress TLS configuration                   | `[]`                                                       |
 | 
	
		
			
				|  |  | +| `sideload.enabled`                   | Enable sideloading of locale files from git | `false`                                                    |
 | 
	
		
			
				|  |  | +| `sideload.repoURL`                   | Git repository URL containing locale files  | `https://github.com/Requarks/wiki-localization`            |
 | 
	
		
			
				|  |  | +| `sideload.env`                       | Environment variables for sideload Container | `{}`                                                      |
 | 
	
		
			
				|  |  |  | `postgresql.enabled`                 | Deploy postgres server (see below)          | `true`                                                     |
 | 
	
		
			
				|  |  |  | `postgresql.postgresqlDatabase`        | Postgres database name                      | `wiki`                                                   |
 | 
	
		
			
				|  |  |  | `postgresql.postgresqlUser`            | Postgres username                           | `postgres`                                                   |
 |