openGauss-operator/deploy/role_binding.yaml

12 lines
231 B
YAML
Raw Permalink Normal View History

2021-05-09 17:09:19 +08:00
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: learn-operator
subjects:
- kind: ServiceAccount
name: learn-operator
roleRef:
kind: Role
name: learn-operator
apiGroup: rbac.authorization.k8s.io