updated permissions

This commit is contained in:
ston1th 2019-12-04 17:38:42 +01:00
commit 1fcc37126d
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -39,7 +39,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list", "watch"]
verbs: ["get"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding