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
commit 9f75b671e5f6719b1345175df71c7f65f13f4bdd Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Mar 13 13:12:15 2023 +0100 chore: remove placeholder --- 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 deletions(-) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index d3d579d30..edf42aff3 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -32,7 +32,6 @@ 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 fef037a6b..f99d5486a 100644 --- a/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml +++ b/config/rbac/openshift/operator-cluster-role-console-binding-openshift.yaml @@ -24,7 +24,6 @@ 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 bddbcfdfc..1c32ba085 100644 --- a/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml +++ b/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml @@ -24,7 +24,6 @@ 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 14d3fa1a8..d73ce7c11 100644 --- a/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml +++ b/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml @@ -24,7 +24,6 @@ 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 56ed3c47d..8bff035de 100644 --- a/config/rbac/operator-role-binding-local-registry.yaml +++ b/config/rbac/operator-role-binding-local-registry.yaml @@ -25,7 +25,6 @@ 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 8df743873..a6b546fec 100644 --- a/install/Makefile +++ b/install/Makefile @@ -72,7 +72,6 @@ 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
