mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 10:06:55 -06:00
12 lines
228 B
YAML
12 lines
228 B
YAML
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: xray-operator
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: xray-operator
|
|
roleRef:
|
|
kind: Role
|
|
name: xray-operator
|
|
apiGroup: rbac.authorization.k8s.io
|