FEAT(code-server): grant permissions

This commit is contained in:
2025-12-25 01:21:10 +09:00
parent e9072e573c
commit a26cc8d77c
3 changed files with 14 additions and 43 deletions

13
code-server/rbac.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: code-server-cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: code-server
namespace: dev-tools