kustomize: Grant watch nodes instead of get

This commit is contained in:
Maxime Brunet 2021-10-05 18:08:04 -07:00
parent 79de6b590f
commit c7d749b565
No known key found for this signature in database
GPG Key ID: 757B11B65F872567

View File

@ -14,4 +14,4 @@ rules:
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list"]
verbs: ["watch", "list"]