Skip to content

Commit

Permalink
FIX: fix aws-ccm lacking permission to get the service account (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
icewhiteHsu authored Oct 9, 2024
1 parent 1c4d8c0 commit 3f24b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cloud-provider/aws-ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rules:
- serviceaccounts
verbs:
- 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 3f24b08

Please sign in to comment.