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 8c84ec09c fix: kustomize revert placeholder namespace
8c84ec09c is described below

commit 8c84ec09c785f098eb2077e17d4ab1bf698b1aad
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Mar 21 09:55:03 2023 +0100

    fix: kustomize revert placeholder namespace
    
    Revert 2d726544168391c7052818def932caf1071bbe50 as it is required by 
Kustomize procedure
    
    Closes #4142
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml                | 1 +
 .../rbac/openshift/operator-cluster-role-console-binding-openshift.yaml  | 1 +
 config/rbac/operator-cluster-role-binding-addressable-resolver.yaml      | 1 +
 .../rbac/operator-cluster-role-binding-custom-resource-definitions.yaml  | 1 +
 config/rbac/operator-role-binding-local-registry.yaml                    | 1 +
 install/Makefile                                                         | 1 +
 6 files changed, 6 insertions(+)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index edf42aff3..d3d579d30 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -32,6 +32,7 @@ metadata:
     repository: https://github.com/apache/camel-k
     support: Camel
   name: camel-k.v2.0.0
+  namespace: placeholder
 spec:
   apiservicedefinitions: {}
   customresourcedefinitions:
diff --git 
a/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml 
b/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml
index f99d5486a..fef037a6b 100644
--- a/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml
+++ b/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml
@@ -24,6 +24,7 @@ metadata:
 subjects:
 - kind: ServiceAccount
   name: camel-k-operator
+  namespace: placeholder
 roleRef:
   kind: ClusterRole
   name: camel-k-operator-console-openshift
diff --git 
a/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml 
b/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml
index 1c32ba085..bddbcfdfc 100644
--- a/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml
+++ b/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml
@@ -24,6 +24,7 @@ metadata:
 subjects:
 - kind: ServiceAccount
   name: camel-k-operator
+  namespace: placeholder
 roleRef:
   kind: ClusterRole
   name: camel-k-operator-bind-addressable-resolver
diff --git 
a/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml 
b/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml
index d73ce7c11..14d3fa1a8 100644
--- a/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml
+++ b/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml
@@ -24,6 +24,7 @@ metadata:
 subjects:
 - kind: ServiceAccount
   name: camel-k-operator
+  namespace: placeholder
 roleRef:
   kind: ClusterRole
   name: camel-k-operator-custom-resource-definitions
diff --git a/config/rbac/operator-role-binding-local-registry.yaml 
b/config/rbac/operator-role-binding-local-registry.yaml
index 8bff035de..56ed3c47d 100644
--- a/config/rbac/operator-role-binding-local-registry.yaml
+++ b/config/rbac/operator-role-binding-local-registry.yaml
@@ -25,6 +25,7 @@ metadata:
 subjects:
 - kind: ServiceAccount
   name: camel-k-operator
+  namespace: placeholder
 roleRef:
   kind: ClusterRole
   name: camel-k-operator-local-registry
diff --git a/install/Makefile b/install/Makefile
index a6b546fec..8df743873 100644
--- a/install/Makefile
+++ b/install/Makefile
@@ -72,6 +72,7 @@ RBAC := $(CONFIG)/rbac
 RBAC_OS := $(RBAC)/openshift
 RBAC_GLOBAL := global
 OPERATOR := operator
+PLACEHOLDER := placeholder
 YAML := yaml
 
 # Fetch the latest image name - may override the original constant

Reply via email to