Skip to content

Commit

Permalink
Merge pull request #11 from rubygems/colby/shipit-access
Browse files Browse the repository at this point in the history
Add role binding to allow shipit deploys
  • Loading branch information
colby-swandale authored Jan 31, 2024
2 parents 5b8de62 + 7d0c89e commit c60fc7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/deploy/shipit-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: shipit-access
subjects:
- kind: ServiceAccount
name: default
namespace: shipit
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io

0 comments on commit c60fc7d

Please sign in to comment.