Skip to content

Commit f32b5f6

Browse files
AndrienkoAleksandrMo3m3n
authored andcommitted
Temp fix rbac permissions for tekton-results watcher.
Signed-off-by: Oleksandr Andriienko <[email protected]>
1 parent a2452bf commit f32b5f6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

operator/gitops/argocd/pipeline-service/tekton-results/base/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ patchesStrategicMerge:
3232
- api-service-tls.yaml
3333
- watcher-config.yaml
3434
- delete-postgres.yaml
35+
36+
patches:
37+
- target:
38+
group: rbac.authorization.k8s.io
39+
kind: ClusterRole
40+
name: tekton-results-watcher
41+
path: watcher-rbac.yaml
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
- op: add
3+
path: /rules/0
4+
value:
5+
apiGroups: ["tekton.dev"]
6+
resources: ["pipelines"]
7+
verbs: ["get"]

0 commit comments

Comments
 (0)