mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-12 06:29:23 +00:00
13 lines
259 B
YAML
Executable file
13 lines
259 B
YAML
Executable file
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: tiller-binding
|
|
namespace: dev2
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tiller
|
|
namespace: dev2
|
|
roleRef:
|
|
kind: Role
|
|
name: tiller-manager
|
|
apiGroup: rbac.authorization.k8s.io
|