Merge branch 'Zebradil-master-patch-80180' into 'master'
Fix key name of the postgresql chart values See merge request glitchtip/glitchtip-helm-chart!11
This commit is contained in:
		
						commit
						3be60a11ba
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -166,7 +166,7 @@ serviceAccount:
 | 
			
		|||
  # If not set and create is true, a name is generated using the fullname template
 | 
			
		||||
  name:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# For configuration options, see https://artifacthub.io/packages/helm/bitnami/redis
 | 
			
		||||
redis:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  architecture: standalone
 | 
			
		||||
| 
						 | 
				
			
			@ -177,7 +177,8 @@ redis:
 | 
			
		|||
      enabled: false
 | 
			
		||||
 | 
			
		||||
# Default to disabled, use a managed database service. But can be enabled here.
 | 
			
		||||
# For configuration options, see https://artifacthub.io/packages/helm/bitnami/postgresql
 | 
			
		||||
postgresql:
 | 
			
		||||
  enabled: false
 | 
			
		||||
  # auth:
 | 
			
		||||
  #  password: # Must be set
 | 
			
		||||
  #   postgresPassword: # Must be set
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue