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]>
21 lines
366 B
YAML
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
|