mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			517 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			17 lines
		
	
	
		
			517 B
		
	
	
	
		
			YAML
		
	
| # This is a stub resource patched by config-patches.yaml, so that all config is visible in one file
 | |
| ---
 | |
| apiVersion: aadpodidentity.k8s.io/v1
 | |
| kind: AzureIdentity
 | |
| metadata:
 | |
|   name: lab # if this is changed, also change in config-patches.yaml
 | |
|   namespace: flux-system
 | |
| ---
 | |
| apiVersion: aadpodidentity.k8s.io/v1
 | |
| kind: AzureIdentityBinding
 | |
| metadata:
 | |
|   name: lab
 | |
|   namespace: flux-system
 | |
| spec:
 | |
|   azureIdentity: $(AZ_IDENTITY_NAME) # match the AzureIdentity name
 | |
|   selector: $(AZ_IDENTITY_NAME) # match the AzureIdentity name
 |