Skip to content

Commit

Permalink
mintmaker: add configmaps and secrets permissions for mintmaker team
Browse files Browse the repository at this point in the history
- Grant full access to configmaps and secrets in mintmaker namespace
  • Loading branch information
qixiang committed Jan 24, 2025
1 parent 5009920 commit d213eee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/mintmaker/base/rbac/mintmaker-team.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: mintmaker-admin
namespace: mintmaker
rules:
- apiGroups:
- ''
resources:
- secrets
- configmaps
verbs:
- '*'
- apiGroups:
- 'batch'
resources:
Expand Down

0 comments on commit d213eee

Please sign in to comment.