Skip to content

Commit

Permalink
Add zimit + zimfarm github bot clusterrolebinding
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 31, 2023
1 parent 8e4f09e commit af4f4d3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions zimfarm/zimfarm-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: zimfarm-github-actions-hook
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: github-actions-hook
subjects:
- kind: User
name: zimfarm-gh-bot
namespace: zimfarm
12 changes: 12 additions & 0 deletions zimit/zimit-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: zimit-github-actions-hook
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: github-actions-hook
subjects:
- kind: User
name: zimit-gh-bot
namespace: zimit

0 comments on commit af4f4d3

Please sign in to comment.