mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			202 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			202 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Secret
 | |
| metadata:
 | |
|   name: openim-minio-secret
 | |
| type: Opaque
 | |
| data:
 | |
|   minio-root-user: cm9vdA== # Base64 encoded "root"
 | |
|   minio-root-password: b3BlbklNMTIz # Base64 encoded "openIM123"
 |