16 lines
		
	
	
		
			432 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			432 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| kind: Secret
 | |
| apiVersion: v1
 | |
| metadata:
 | |
|   name: devspaces-github-oauth-config
 | |
|   namespace: sreez
 | |
|   labels:
 | |
|     app.kubernetes.io/part-of: che.eclipse.org
 | |
|     app.kubernetes.io/component: oauth-scm-configuration
 | |
|   annotations:
 | |
|     che.eclipse.org/oauth-scm-server: github
 | |
|     che.eclipse.org/scm-server-endpoint: https://github.com
 | |
| type: Opaque
 | |
| stringData:
 | |
|   id: Ov23li2sU4W3iLzocZWP
 | |
|   secret: 8e041432352bf0e5f2bbb4bff25c3dea9b391feb
 |