added endpoints to kustomize base

Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
This commit is contained in:
Raffaele Di Fazio 2020-06-20 18:10:49 +00:00
parent 0f186d31b5
commit 4210f0afcd

View File

@ -15,3 +15,6 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get","watch","list"]