Add sample files.
This commit is contained in:
parent
5d5b0c07c5
commit
3b72cb7969
7 changed files with 150 additions and 0 deletions
13
deploy/vmop-role-binding.yaml
Normal file
13
deploy/vmop-role-binding.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: vm-operator
|
||||
labels:
|
||||
app.kubernetes.io/name: vm-operator
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: vm-operator
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: vm-operator
|
||||
Loading…
Add table
Add a link
Reference in a new issue