Skip to content

Commit

Permalink
Merge pull request #155 from shoplineapp/fix/fix-eks-po-role-permission
Browse files Browse the repository at this point in the history
fix(eks): fix eks po role permission
  • Loading branch information
slmchen authored Jun 28, 2024
2 parents 09f8f6a + 0e80756 commit 522d791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/templates/role_po.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rules:
- apiGroups: [""]
resources: ["pods", "pods/log", "events"]
verbs: ["get", "watch", "list"]
- apiGroups: ["app"]
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
Expand Down

0 comments on commit 522d791

Please sign in to comment.