Update documentation for Cluster-API and Flux
[icn.git] / deploy / baremetal-operator / base / rbac / baremetalhost_editor_role.yaml
1 # permissions for end users to edit baremetalhosts.
2 apiVersion: rbac.authorization.k8s.io/v1
3 kind: ClusterRole
4 metadata:
5   name: baremetalhost-editor-role
6 rules:
7 - apiGroups:
8   - metal3.io
9   resources:
10   - baremetalhosts
11   verbs:
12   - create
13   - delete
14   - get
15   - list
16   - patch
17   - update
18   - watch
19 - apiGroups:
20   - metal3.io
21   resources:
22   - baremetalhosts/status
23   verbs:
24   - get