Skip to content

Commit

Permalink
Merge pull request #6 from bobbywatson3/add-necessary-clusterrole-verbs
Browse files Browse the repository at this point in the history
Add "list" and "watch" verbs to ClusterRole
  • Loading branch information
devkid authored Jan 16, 2021
2 parents 7c395ef + 4104a59 commit 000d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get"]
verbs: ["get", "list", "watch"]
- apiGroups: ["aws.k8s.logmein.com"]
resources: ["eips", "enis"]
verbs: ["*"]
Expand Down

0 comments on commit 000d5b4

Please sign in to comment.