42 lines
845 B
YAML
42 lines
845 B
YAML
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: drone-deploy-blog
|
||
|
namespace: blog
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: drone-deploy
|
||
|
namespace: drone
|
||
|
roleRef:
|
||
|
kind: ClusterRole
|
||
|
name: drone-deploy
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: drone-deploy-inetmock
|
||
|
namespace: inetmock
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: drone-deploy
|
||
|
namespace: drone
|
||
|
roleRef:
|
||
|
kind: ClusterRole
|
||
|
name: drone-deploy
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: drone-deploy-buildr
|
||
|
namespace: buildr
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: drone-deploy
|
||
|
namespace: drone
|
||
|
roleRef:
|
||
|
kind: ClusterRole
|
||
|
name: drone-deploy
|
||
|
apiGroup: rbac.authorization.k8s.io
|