mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	fix: serviceaccount token automount
This commit is contained in:
		
							parent
							
								
									db99d5cafe
								
							
						
					
					
						commit
						b9cc6a30cc
					
				| @ -3,12 +3,11 @@ apiVersion: v1 | ||||
| kind: ServiceAccount | ||||
| metadata: | ||||
|   name: {{ .Values.serviceAccount.name | default (include "open-webui.name" .) }} | ||||
|   automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} | ||||
|   labels: | ||||
|     {{- include "open-webui.labels" . | nindent 4 }} | ||||
|   {{- with .Values.serviceAccount.annotations }} | ||||
|   annotations: | ||||
|     {{- toYaml . | nindent 4 }} | ||||
|   {{- end }} | ||||
|    | ||||
| automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} | ||||
| {{- end }} | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user