Files
actions-runner-controller/config/rbac/ephemeralrunner_viewer_role.yaml
T
622eaa34f8 Introduce new preview auto-scaling mode for ARC. (#2153)
Co-authored-by: Cory Miller <[email protected]>
Co-authored-by: Nikola Jokic <[email protected]>
Co-authored-by: Ava Stancu <[email protected]>
Co-authored-by: Ferenc Hammerl <[email protected]>
Co-authored-by: Francesco Renzi <[email protected]>
Co-authored-by: Bassem Dghaidi <[email protected]>
2023-01-17 12:06:20 -05:00

21 lines
366 B
YAML

# permissions for end users to view ephemeralrunners.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: ephemeralrunner-viewer-role
rules:
- apiGroups:
- actions.github.com
resources:
- ephemeralrunners
verbs:
- get
- list
- watch
- apiGroups:
- actions.github.com
resources:
- ephemeralrunners/status
verbs:
- get