Skip to content

Commit

Permalink
Add rbac for podidentityassociations
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 14, 2024
1 parent f5a580c commit 02d13b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/restate-operator-helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@ rules:
- delete
apiGroups:
- apps
{{- if .Values.awsPodIdentityAssociationCluster }}
- resources:
- podidentityassociations
verbs:
- get
- list
- watch
- create
- patch
- delete
apiGroups:
- eks.services.k8s.aws
{{- end }}
---
# Binding the role to the account
kind: ClusterRoleBinding
Expand Down

0 comments on commit 02d13b6

Please sign in to comment.