mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: ConfigMap
 | |
| metadata:
 | |
|   name: openim-cm
 | |
| data:
 | |
|   config.yaml: |+
 | |
|     {{- with .Values.config }}
 | |
|         {{- toYaml . | nindent 4 }}
 | |
|     {{- end }}
 | |
|   notification.yaml: |+
 | |
|     {{- with .Values.notification }}
 | |
|         {{- toYaml . | nindent 4 }}
 | |
|     {{- end }}
 |