Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ef827b2c69
commit
145721146e
35 changed files with 919 additions and 122 deletions
34
apps/tekton/tekton-runner-role.yaml
Normal file
34
apps/tekton/tekton-runner-role.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: tekton-runner
|
||||
namespace: cicd
|
||||
|
||||
rules:
|
||||
- apiGroups: ["tekton.dev"]
|
||||
resources:
|
||||
- pipelineruns
|
||||
- taskruns
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- create
|
||||
- delete
|
||||
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- pods
|
||||
- pods/log
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
Loading…
Add table
Add a link
Reference in a new issue