cka-SVV/rolebind.yaml
Alexander van Vugt 47a50a0f7c initial upload
2019-12-04 12:10:43 +01:00

14 lines
236 B
YAML

kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: developer-role-binding
namespace: development
subjects:
- kind: User
name: anna
apiGroup: ""
roleRef:
kind: Role
name: developer
apiGroup: ""