Skip to content

Commit

Permalink
Fix log streaming error.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr authored and tekton-robot committed Mar 2, 2023
1 parent 0f9e1d6 commit d96a9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/base/100-watcher-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ rules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get"]
- apiGroups: ["tekton.dev"]
resources: ["pipelines"]
verbs: ["get"]
# Required for enabling leader election.
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
Expand Down

0 comments on commit d96a9b4

Please sign in to comment.