Skip to content

Commit

Permalink
cluster-role-binding for cardshop auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Feb 13, 2024
1 parent f87fe60 commit d81aaa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cardshop/cardshop-github-actions-hook.clusterrolebinding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cardshop-github-actions-hook
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: github-actions-hook
subjects:
- kind: User
name: cardshop-gh-bot
namespace: cardshop

0 comments on commit d81aaa6

Please sign in to comment.