13 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
apiVersion: v1
 | 
						|
data:
 | 
						|
  # infrastructure role definition in the new format
 | 
						|
  # robot_zmon_acid_monitoring_new
 | 
						|
  user: cm9ib3Rfem1vbl9hY2lkX21vbml0b3JpbmdfbmV3
 | 
						|
  # foobar_new
 | 
						|
  password: Zm9vYmFyX25ldw==
 | 
						|
kind: Secret
 | 
						|
metadata:
 | 
						|
  name: postgresql-infrastructure-roles-new
 | 
						|
  namespace: default
 | 
						|
type: Opaque
 |