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
|
# 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.
|
These are synced to the associated git commit hashes.
|
||||||
|
|
||||||
For successful runs a preview environment comment will be added to the pull request.
|
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:
|
`PipelineRun` requirements:
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ metadata:
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["secrets"]
|
resources: ["secrets"]
|
||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue