Skip to content

Commit

Permalink
add role binding to allow shipit deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Jan 30, 2024
1 parent 5b8de62 commit 724c03c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/production/shipit-access.yml
13 changes: 13 additions & 0 deletions config/deploy/shipit-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: shipit-access
subjects:
- kind: ServiceAccount
name: default
namespace: shipit
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
1 change: 1 addition & 0 deletions config/deploy/staging/shipit-access.yml

0 comments on commit 724c03c

Please sign in to comment.