17 lines
315 B
YAML
17 lines
315 B
YAML
---
|
|
kind: ClusterRoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: rundeck-RoleBinding
|
|
namespace: workflow
|
|
labels:
|
|
app: rundeck
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: rundeck
|
|
namespace: workflow
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: rundeck-role
|
|
apiGroup: rbac.authorization.k8s.io
|