cloudflare: readme update for RBAC config

service account needs access to `watch` nodes.  GKE and AWS R53, the two stable providers, have this permission
This commit is contained in:
R. Aidan Campbell 2020-10-20 12:06:41 -07:00 committed by GitHub
parent 13960f3fb3
commit 23757987aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ rules:
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list"]
verbs: ["list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding