mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 07:39:50 +00:00
14 lines
264 B
YAML
14 lines
264 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: &app code-server
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: cluster-admin
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: *app
|
|
namespace: *app
|