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

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

commit f10be28b42201e3128a8f8081205e50f54d2cb97
Author: Nicola Ferraro <[email protected]>
AuthorDate: Wed May 6 10:44:22 2020 +0200

    Fix #1443: allow to install camel-k in different namespaces via helm
---
 helm/camel-k/{templates => crds}/cluster-role.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helm/camel-k/templates/cluster-role.yaml 
b/helm/camel-k/crds/cluster-role.yaml
similarity index 96%
rename from helm/camel-k/templates/cluster-role.yaml
rename to helm/camel-k/crds/cluster-role.yaml
index c971318..35b0f3c 100644
--- a/helm/camel-k/templates/cluster-role.yaml
+++ b/helm/camel-k/crds/cluster-role.yaml
@@ -22,7 +22,6 @@ metadata:
     app: "camel-k"
     rbac.authorization.k8s.io/aggregate-to-admin: "true"
     rbac.authorization.k8s.io/aggregate-to-edit: "true"
-    {{- include "camel-k.labels" . | nindent 4 }}
   name: camel-k:edit
 rules:
 - apiGroups:
@@ -31,4 +30,3 @@ rules:
   - '*'
   verbs:
   - '*'
-

Reply via email to