Peter Kurfer
2578e6951d
All checks were successful
continuous-integration/drone/push Build is passing
42 lines
No EOL
845 B
YAML
42 lines
No EOL
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 |