mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
kustomize: Grant watch nodes instead of get
This commit is contained in:
parent
79de6b590f
commit
c7d749b565
@ -14,4 +14,4 @@ rules:
|
||||
verbs: ["get","watch","list"]
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "list"]
|
||||
verbs: ["watch", "list"]
|
||||
|
Loading…
Reference in New Issue
Block a user