Skip to content

Commit

Permalink
cluster: samcday@github is god
Browse files Browse the repository at this point in the history
  • Loading branch information
samcday committed Jun 23, 2024
1 parent 4c6a716 commit c3a71a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/kube-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resources:
- nodes.yaml
- plans/rebase-image.yaml
- prometheus-operator.yaml
- samcday-rbac.yaml
- system-upgrade-controller-crds.yaml
- system-upgrade-controller.yaml
- velero.yaml
12 changes: 12 additions & 0 deletions cluster/kube-system/samcday-rbac.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: samcday
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: samcday@github

0 comments on commit c3a71a9

Please sign in to comment.