mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-03 20:21:23 +01:00 
			
		
		
		
	Add istio-gateway permissions on source istio-virtualservice
This commit is contained in:
		
							parent
							
								
									600111f83d
								
							
						
					
					
						commit
						dedf088fad
					
				@ -30,7 +30,7 @@ rules:
 | 
				
			|||||||
    verbs: ["get","watch","list"]
 | 
					    verbs: ["get","watch","list"]
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{- if has "istio-gateway" .Values.sources }}
 | 
					{{- if or (has "istio-gateway" .Values.sources) (has "istio-virtualservice" .Values.sources) }}
 | 
				
			||||||
  - apiGroups: ["networking.istio.io"]
 | 
					  - apiGroups: ["networking.istio.io"]
 | 
				
			||||||
    resources: ["gateways"]
 | 
					    resources: ["gateways"]
 | 
				
			||||||
    verbs: ["get","watch","list"]
 | 
					    verbs: ["get","watch","list"]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user