mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-11-04 03:39:41 +00:00 
			
		
		
		
	Fix: missing redis pvc storageclass in helm (#6788)
fix redis pvc in helm deployment ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
		
							parent
							
								
									cded812b97
								
							
						
					
					
						commit
						e8f46c9207
					
				@ -7,6 +7,9 @@ metadata:
 | 
			
		||||
    {{- include "ragflow.labels" . | nindent 4 }}
 | 
			
		||||
    app.kubernetes.io/component: redis
 | 
			
		||||
spec:
 | 
			
		||||
  {{- with .Values.redis.storage.className }}
 | 
			
		||||
  storageClassName: {{ . }}
 | 
			
		||||
  {{- end }}
 | 
			
		||||
  accessModes:
 | 
			
		||||
    - ReadWriteOnce
 | 
			
		||||
  resources:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user