mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 08:29:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			336 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			336 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| {{- if .Values.serviceAccount.create -}}
 | |
| apiVersion: v1
 | |
| kind: ServiceAccount
 | |
| metadata:
 | |
|   name: {{ include "openim-rpc-user.serviceAccountName" . }}
 | |
|   labels:
 | |
|     {{- include "openim-rpc-user.labels" . | nindent 4 }}
 | |
|   {{- with .Values.serviceAccount.annotations }}
 | |
|   annotations:
 | |
|     {{- toYaml . | nindent 4 }}
 | |
|   {{- end }}
 | |
| {{- end }}
 |