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

gfournier 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 5c059a5a3 fix(helm): Remove duplicate clusterrole
5c059a5a3 is described below

commit 5c059a5a3a05de0ac59849f5eb1951cd797c7102
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Jul 8 15:47:15 2024 +0200

    fix(helm): Remove duplicate clusterrole
---
 helm/camel-k/crds/cluster-role.yaml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/helm/camel-k/crds/cluster-role.yaml 
b/helm/camel-k/crds/cluster-role.yaml
deleted file mode 100644
index 35b0f3cfc..000000000
--- a/helm/camel-k/crds/cluster-role.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
-  labels:
-    app: "camel-k"
-    rbac.authorization.k8s.io/aggregate-to-admin: "true"
-    rbac.authorization.k8s.io/aggregate-to-edit: "true"
-  name: camel-k:edit
-rules:
-- apiGroups:
-  - camel.apache.org
-  resources:
-  - '*'
-  verbs:
-  - '*'

Reply via email to