openGauss-operator/deploy/role_binding.yaml

12 lines
231 B
YAML

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