57a543478c
Adding Deployment manifests and README.md Relates-To-Issue: #78 Change-Id: I9fd1aa39a19bd1d60bdbed826016aeb0786bb188 Co-Authored-By: Ashu Kumar <ashughorla@gmail.com>
44 lines
577 B
YAML
44 lines
577 B
YAML
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: manager-role
|
|
rules:
|
|
- apiGroups:
|
|
- metal3.io
|
|
resources:
|
|
- baremetalhosts
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- update
|
|
- apiGroups:
|
|
- metal3.io
|
|
resources:
|
|
- baremetalhosts/status
|
|
verbs:
|
|
- get
|
|
- apiGroups:
|
|
- metal3.io
|
|
resources:
|
|
- hardwareclassifications
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- metal3.io
|
|
resources:
|
|
- hardwareclassifications/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|