mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
20 lines
326 B
YAML
20 lines
326 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: jobs
|
|
namespace: default
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: jobs-edit
|
|
namespace: default
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: jobs
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: edit
|
|
apiGroup: rbac.authorization.k8s.io
|