Guest User

Untitled

a guest
Aug 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ---
  2. kind: RoleBinding
  3. apiVersion: rbac.authorization.k8s.io/v1
  4. metadata:
  5. name: deployer-binding
  6. namespace: ${NAMESPACE}
  7. subjects:
  8. - kind: Group
  9. name: deploys
  10. namespace: ${NAMESPACE}
  11. apiGroup: rbac.authorization.k8s.io
  12. roleRef:
  13. kind: Role
  14. name: deployer
  15. apiGroup: rbac.authorization.k8s.io
Add Comment
Please, Sign In to add comment