mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-23 18:01:00 +02:00
Merge pull request #3541 from nicon89/fix_gw-api_clusterrole
Adding missing gateway-httproute cluster role permission
This commit is contained in:
commit
cf79d37a10
@ -70,6 +70,11 @@ rules:
|
||||
resources: ["httproutes"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "gateway-httproute" .Values.sources }}
|
||||
- apiGroups: [""]
|
||||
resources: ["namespaces"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "gateway-grpcroute" .Values.sources }}
|
||||
- apiGroups: ["gateway.networking.k8s.io"]
|
||||
resources: ["grpcroutes"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user