mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
19 lines
330 B
YAML
19 lines
330 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: jobs
|
|
namespace: development
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: jobs-edit
|
|
namespace: development
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: jobs
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: edit
|
|
apiGroup: rbac.authorization.k8s.io
|