Skip to content

Commit

Permalink
fix rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Nov 26, 2024
1 parent d31030f commit 40bae8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/rbac/base/eso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ rbacBindings:
- kind: ServiceAccount
name: eso-store
namespace: acend-website
roleBindings:
- clusterRole: eso-store
- name: eso-store-test
subjects:
- kind: ServiceAccount
name: eso-store
name: eso-store-test
namespace: acend-website-test
roleBindings:
- clusterRole: eso-store

0 comments on commit 40bae8a

Please sign in to comment.