Skip to content

Commit

Permalink
add list permission on service account
Browse files Browse the repository at this point in the history
  • Loading branch information
icewhiteHsu committed Oct 8, 2024
1 parent 6fe3823 commit 40e9573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cloud-provider/aws-ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ rules:
- create
# Add get to verbs for serviceaccounts resources in clusterRoleRules. This allows the cloud controller manager to get service accounts upon startup.
- get
- list
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 40e9573

Please sign in to comment.