mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	fix: handle env vars override in open-webui chart
This commit is contained in:
		
							parent
							
								
									34969f304e
								
							
						
					
					
						commit
						4c789ac788
					
				| @ -147,9 +147,6 @@ spec: | ||||
|         - name: "ENABLE_OPENAI_API" | ||||
|           value: "False" | ||||
|         {{- end }} | ||||
|         {{- if .Values.extraEnvVars }} | ||||
|           {{- toYaml .Values.extraEnvVars | nindent 8 }} | ||||
|         {{- end }} | ||||
|         {{- if .Values.tika.enabled }} | ||||
|         - name: "CONTENT_EXTRACTION_ENGINE" | ||||
|           value: "Tika" | ||||
| @ -270,6 +267,9 @@ spec: | ||||
|         {{- end }} | ||||
|         {{- end }} | ||||
|         {{- end }} | ||||
|         {{- if .Values.extraEnvVars }} | ||||
|           {{- toYaml .Values.extraEnvVars | nindent 8 }} | ||||
|         {{- end }} | ||||
|         tty: true | ||||
|       {{- with .Values.nodeSelector }} | ||||
|       nodeSelector: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user