You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/10/02 06:53:20 UTC

[camel-k] branch master updated: fix: Add missing configmaps resource to camel-k-builder role

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new d083a5c  fix: Add missing configmaps resource to camel-k-builder role
d083a5c is described below

commit d083a5c37505c2d90d3de06c708dbe81937789a2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 2 07:23:02 2019 +0100

    fix: Add missing configmaps resource to camel-k-builder role
    
    fixes #920
---
 deploy/builder-role-openshift.yaml | 1 +
 deploy/resources.go                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/deploy/builder-role-openshift.yaml b/deploy/builder-role-openshift.yaml
index ad92516..7cbc012 100644
--- a/deploy/builder-role-openshift.yaml
+++ b/deploy/builder-role-openshift.yaml
@@ -28,6 +28,7 @@ rules:
   - ""
   resources:
   - events
+  - configmaps
   verbs:
   - get
   - list
diff --git a/deploy/resources.go b/deploy/resources.go
index defd3a4..fb0de67 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -112,6 +112,7 @@ rules:
   - ""
   resources:
   - events
+  - configmaps
   verbs:
   - get
   - list