You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/11 08:37:22 UTC

[camel-k] branch main updated: fix(cicd): Add list camelcatalot permission in tekton SA

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 <ga...@gmail.com>
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