Skip to content

Commit

Permalink
Fix RBAC for Endpoints (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Jan 9, 2025
1 parent 10dcdbe commit bd4fe89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions config/default/role.yaml → config/default/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ rules:
- events
verbs:
- '*'
- apiGroups:
- metal.ironcore.dev
resources:
- endpoints
verbs:
- '*'
File renamed without changes.
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ resources:
- sa.yaml
- config.yaml
- svc.yaml
- role.yaml
- rolebinding.yaml
- clusterrole.yaml
- clusterrolebinding.yaml
- deployment.yaml

0 comments on commit bd4fe89

Please sign in to comment.