Skip to content

Commit

Permalink
Rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 16, 2024
1 parent 4ba9824 commit 2a09801
Showing 1 changed file with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
annotations:
meta.helm.sh/release-name: gha-runner-scale-set-controller
meta.helm.sh/release-namespace: github-runner
labels:
app.kubernetes.io/managed-by: Helm
name: gha-runner-scale-set-controller-gha-rs-controller-listener
namespace: github-runner
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- delete
- get
- apiGroups:
- ""
resources:
- pods/status
verbs:
- get
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- patch
- update
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- delete
- get
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- create
- delete
- get
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- create
- delete
- get
- patch
- update

0 comments on commit 2a09801

Please sign in to comment.