forked from CrowdOS_WeSense/openGauss-operator
12 lines
231 B
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
|