updated permissions
This commit is contained in:
parent
901e15858d
commit
1fcc37126d
2 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# status-reporter
|
||||
|
||||
The status reporter is a controller that watches tekton `PipelineRuns` for status cahnges.
|
||||
`status-reporter` is a controller that watches tekton `PipelineRuns` for status cahnges.
|
||||
These are synced to the associated git commit hashes.
|
||||
|
||||
For successful runs a preview environment comment will be added to the pull request.
|
||||
|
||||
The controller is supposed to be running as a single instance, because it maintains a memory-local cache.
|
||||
|
||||
`PipelineRun` requirements:
|
||||
|
||||
Params:
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ metadata:
|
|||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
verbs: ["get"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue