This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 7e7a9fa53 fix(cicd): Add list camelcatalot permission in tekton SA
7e7a9fa53 is described below
commit 7e7a9fa539f8e10e30f301e713851af444873abc
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Aug 11 09:46:34 2023 +0200
fix(cicd): Add list camelcatalot permission in tekton SA
---
cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml
b/cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml
index 188a81213..16c663b30 100644
--- a/cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml
+++ b/cicd/tekton/kamel-run/0.1/support/camel-k-tekton.yaml
@@ -37,6 +37,12 @@ rules:
- patch
- update
- watch
+- apiGroups:
+ - camel.apache.org
+ resources:
+ - camelcatalogs
+ verbs:
+ - list
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1