treasuremap/manifests/function/synclabeller/upstream/rbac/metal3labelsync_viewer_role.yaml
digambar 0e25e9bfb2 Add SyncLabelller functions to target/workload phase
Change-Id: I059c6262999df273cceb7c7652b74f3f524b60ba
2021-04-14 15:11:33 +00:00

21 lines
372 B
YAML

# permissions for end users to view metal3labelsyncs.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: metal3labelsync-viewer-role
rules:
- apiGroups:
- airship.airshipit.org
resources:
- metal3labelsyncs
verbs:
- get
- list
- watch
- apiGroups:
- airship.airshipit.org
resources:
- metal3labelsyncs/status
verbs:
- get