This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 59aca7bce chore: nightly automatic updates
new 6ee3e4ec5 chore(ci): simplify github actions execution
new 6ee731e3b chore(ci): remove problematic flag
new e91773931 chore(e2e): restructure tests to embed a global operator
new 2300c01a3 chore(e2e): remove check structure
new c0ab9b92a chore(e2e): add rest client call timeout
new 84aac8930 fix(e2e): use kit namespace
new b84980c00 fix(e2e): check kit layout
new 8b613a87a fix(e2e): don't panic if no operatorPod
new a48141a14 chore(e2e): remove duplicated YAKS tests ...
new f35941d7c chore(e2e): must use global operator
new 1f6790c1d fix(e2e): group refactoring
new f02f4c5f7 chore(e2e): install namespaced operator
new d15be3088 fix(cmd): remove operator id verification
new c6329356b chore(e2e): don't build bundle unless install wf
new 739ceb8d0 chore(e2e): enable custom conf operator
new b1128fbbf chore(cmd): deprecate kamel install
new b70f3f8a2 fix(e2e): let test install global operators
new c0a1c9e64 fix(kustomize): support multiple operators
new 3c4747aea chore(e2e): proper parallel flags setting
new 9176a3c01 chore(e2e): parallel testing with 2 threads
new f2d6e5f65 chore(e2e): more parallelism
new d46121de7 fix(e2e): remove uninstall unsupported methods
new bc094e831 fix(helm): account for operator id value
new e3a7df29f fix(helm): force IntegrationPlatform override
The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/actions/e2e-builder/action.yml | 137 ------
.github/actions/e2e-builder/exec-tests.sh | 135 ------
.github/actions/e2e-common/action.yml | 63 +--
.github/actions/e2e-common/exec-tests.sh | 12 +
.github/actions/e2e-install-olm/action.yml | 125 ------
.github/actions/e2e-install-olm/exec-tests.sh | 131 ------
.github/actions/e2e-install-upgrade/action.yml | 125 ------
.github/actions/e2e-install-upgrade/exec-tests.sh | 131 ------
.github/actions/e2e-install/action.yml | 91 ++--
.github/actions/e2e-install/exec-tests.sh | 52 +--
.github/actions/e2e-knative-yaks/action.yml | 146 -------
.github/actions/e2e-knative-yaks/exec-tests.sh | 126 ------
.github/actions/e2e-knative/action.yml | 64 +--
.github/actions/e2e-knative/exec-tests.sh | 5 +
.github/actions/e2e-native/action.yml | 50 +--
.github/actions/e2e-native/exec-tests.sh | 5 +
.github/actions/e2e-telemetry/action.yml | 63 +--
.github/actions/e2e-telemetry/exec-tests.sh | 5 +
.github/actions/kamel-cleanup/action.yaml | 76 ----
.../actions/kamel-cleanup/clean-operator-groups.sh | 68 ---
.../kamel-cleanup/clean-orphan-resources.sh | 57 ---
.../kamel-cleanup/clean-telemetry-resources.sh | 44 --
.github/actions/kamel-cleanup/cleanup-knative.sh | 74 ----
.github/actions/kamel-cleanup/cleanup.sh | 108 -----
.github/actions/kamel-cleanup/reset-proxy.sh | 56 ---
.../kamel-cleanup/uninstall-global-operator.sh | 118 ------
.../actions/kamel-install-cluster-setup/action.yml | 40 --
.../install-cluster-setup.sh | 68 ---
.../kamel-install-global-operator/action.yml | 64 ---
.../install-global-operator.sh | 251 -----------
.github/actions/kamel-install-yaks/action.yml | 54 ---
.github/actions/kamel-preflight-test/action.yml | 67 ---
.../actions/kamel-preflight-test/preflight-test.sh | 293 -------------
.../actions/kamel-report-problematic/action.yml | 35 --
.../kamel-report-problematic/report-problematic.sh | 89 ----
.github/workflows/builder.yml | 102 -----
.github/workflows/common.yml | 39 +-
.github/workflows/install.yml | 80 +---
.github/workflows/knative.yml | 39 --
.github/workflows/manual-exec-process-inputs.sh | 84 ----
.github/workflows/native.yml | 26 +-
.github/workflows/nightly-automatic-updates.yml | 2 +
.github/workflows/nightly-native-test.yml | 2 +
.github/workflows/telemetry.yml | 27 +-
docs/charts/index.yaml | 2 +-
.../ROOT/pages/contributing/developers.adoc | 29 +-
docs/modules/ROOT/pages/contributing/e2e.adoc | 52 +--
.../ROOT/pages/contributing/local-development.adoc | 2 +-
.../ROOT/pages/contributing/remote-debugging.adoc | 3 +-
.../pages/installation/advanced/http-proxy.adoc | 9 +-
.../ROOT/pages/installation/advanced/maven.adoc | 132 +-----
.../ROOT/pages/installation/advanced/multi.adoc | 14 +-
.../ROOT/pages/installation/advanced/offline.adoc | 9 +-
.../pages/installation/advanced/resources.adoc | 24 +-
.../ROOT/pages/installation/installation.adoc | 23 +-
docs/modules/ROOT/pages/installation/upgrade.adoc | 36 +-
.../ROOT/pages/observability/logging/operator.adoc | 12 +-
e2e/README.md | 5 -
e2e/advanced/build_max_pipelines_test.go | 220 ++++++++++
e2e/advanced/build_order_strategy_test.go | 51 ++-
e2e/advanced/builder_test.go | 95 ++++-
e2e/advanced/catalog_builder_test.go | 28 +-
e2e/advanced/debug_test.go | 22 +-
e2e/advanced/deployment_test.go | 83 ----
e2e/advanced/dump_test.go | 13 +-
e2e/advanced/environment_test.go | 32 +-
e2e/{builder => advanced}/files/example.yaml | 0
e2e/advanced/incremental_build_test.go | 51 +--
e2e/advanced/integration_profile_test.go | 18 +-
e2e/advanced/kamelet_repo_test.go | 18 +-
e2e/advanced/local_platform_test.go | 107 -----
e2e/advanced/main_test.go | 77 ----
e2e/advanced/maven_http_proxy_test.go | 89 +---
e2e/advanced/operator_id_filtering_test.go | 21 +-
e2e/advanced/operator_metrics_test.go | 37 +-
e2e/advanced/platform_traits_test.go | 11 +-
e2e/advanced/promote_test.go | 12 +-
e2e/advanced/reset_test.go | 22 +-
e2e/advanced/synthetic_test.go | 19 +-
e2e/advanced/tekton_test.go | 9 +-
e2e/builder/build_test.go | 436 -------------------
e2e/builder/registry_test.go | 78 ----
e2e/common/cli/bind_test.go | 19 +-
e2e/common/cli/config_test.go | 5 +-
e2e/common/cli/default.go | 39 --
e2e/common/cli/delete_test.go | 17 +-
e2e/common/cli/describe_test.go | 18 +-
e2e/common/cli/dev_mode_test.go | 39 +-
e2e/common/cli/duplicate_parameters_test.go | 56 ---
e2e/common/cli/get_test.go | 13 +-
e2e/common/cli/help_test.go | 3 +-
e2e/common/cli/log_test.go | 7 +-
e2e/common/cli/main_test.go | 65 ---
e2e/common/cli/offline_commands_test.go | 5 +-
e2e/common/cli/run_test.go | 90 +---
e2e/common/cli/version_test.go | 3 +-
e2e/common/config/config_reload_test.go | 51 +--
e2e/common/config/config_test.go | 232 ++--------
e2e/common/config/kamelet_config_test.go | 161 ++-----
e2e/common/config/pipe_config_test.go | 42 +-
e2e/common/languages/groovy_test.go | 14 +-
e2e/common/languages/java_test.go | 14 +-
e2e/common/languages/js_test.go | 14 +-
e2e/common/languages/kotlin_test.go | 14 +-
e2e/common/languages/polyglot_test.go | 14 +-
e2e/common/languages/xml_test.go | 14 +-
e2e/common/languages/yaml_test.go | 14 +-
e2e/common/main_test.go | 70 ---
e2e/common/misc/client_test.go | 5 +-
e2e/common/misc/cron_test.go | 47 +--
e2e/common/misc/integration_fail_test.go | 30 +-
e2e/common/misc/integration_trait_update_test.go | 16 +-
e2e/common/misc/kamelet_test.go | 24 +-
e2e/common/misc/kamelet_update_test.go | 24 +-
e2e/common/misc/maven_repository_test.go | 14 +-
e2e/common/misc/pipe_test.go | 161 ++++++-
e2e/common/misc/pipe_with_image_test.go | 94 -----
e2e/common/misc/registry_maven_wagon_test.go | 148 -------
e2e/common/misc/rest_test.go | 17 +-
e2e/common/misc/scale_binding_test.go | 142 -------
e2e/common/misc/scale_integration_test.go | 17 +-
e2e/common/misc/structured_logs_test.go | 21 +-
e2e/common/runtimes/runtimes_test.go | 18 +-
e2e/common/traits/affinity_test.go | 89 ++--
e2e/common/traits/builder_test.go | 120 +-----
e2e/common/traits/camel_test.go | 23 +-
e2e/common/traits/container_test.go | 27 +-
e2e/common/traits/deployment_test.go | 75 ++--
e2e/common/traits/error_handler_test.go | 12 +-
e2e/common/traits/errored_trait_test.go | 17 +-
e2e/common/traits/gc_test.go | 19 +-
e2e/common/traits/health_test.go | 55 +--
e2e/common/traits/istio_test.go | 24 +-
e2e/common/traits/jolokia_test.go | 37 +-
e2e/common/traits/jvm_test.go | 55 +--
e2e/common/traits/kamelet_test.go | 18 +-
e2e/common/traits/master_test.go | 18 +-
e2e/common/traits/openapi_test.go | 21 +-
e2e/common/traits/pdb_test.go | 25 +-
e2e/common/traits/pod_test.go | 17 +-
e2e/common/traits/prometheus_test.go | 25 +-
e2e/common/traits/pull_secret_test.go | 28 +-
e2e/common/traits/route_test.go | 34 +-
e2e/common/traits/service_binding_test.go | 19 +-
e2e/common/traits/service_test.go | 45 +-
e2e/common/traits/toleration_test.go | 19 +-
e2e/install/cli/files/Java.java | 28 --
e2e/install/cli/files/timer-kamelet-usage.yaml | 21 -
e2e/install/cli/files/yaml.yaml | 28 --
e2e/install/cli/global_kamelet_test.go | 74 ----
e2e/install/cli/global_test.go | 170 --------
e2e/install/cli/install_test.go | 223 ----------
e2e/install/cli/maven_ca_secret_test.go | 468 ---------------------
e2e/install/cli/uninstall_test.go | 158 -------
e2e/install/helm/setup_test.go | 14 +-
e2e/install/kustomize/setup_test.go | 52 +--
e2e/install/olm/olm_install_test.go | 6 -
e2e/install/upgrade/cli_upgrade_test.go | 137 ------
e2e/install/upgrade/kustomize_upgrade_test.go | 10 -
e2e/install/upgrade/olm_upgrade_test.go | 19 +-
e2e/knative/default.go | 28 --
e2e/knative/gc_test.go | 8 +-
e2e/knative/kamelet_test.go | 8 +-
e2e/knative/knative_pipes_test.go | 38 +-
e2e/knative/knative_platform_test.go | 49 +--
e2e/knative/openapi_test.go | 5 +-
e2e/knative/pod_test.go | 6 +-
e2e/native/native_binding_test.go | 68 ---
e2e/native/native_test.go | 90 ++--
e2e/native/native_test_support.go | 8 -
e2e/native/native_with_sources_test.go | 22 +-
e2e/support/test_support.go | 353 +++++-----------
e2e/support/test_util.go | 98 +++--
e2e/telemetry/telemetry_test.go | 21 +-
.../common/apache-kamelet-catalog/kamelet.feature | 13 -
e2e/yaks/common/apache-kamelet-catalog/logger.yaml | 24 --
.../common/apache-kamelet-catalog/yaks-config.yaml | 28 --
.../common/kamelet-beans/beans-source.kamelet.yaml | 37 --
.../common/kamelet-beans/kamelet-beans.feature | 13 -
e2e/yaks/common/kamelet-beans/yaks-config.yaml | 29 --
e2e/yaks/common/kamelet-data-types/event-pipe.yaml | 43 --
.../kamelet-data-types/event-sink.kamelet.yaml | 46 --
.../kamelet-data-types/event-source.kamelet.yaml | 47 ---
.../kamelet-data-types/kamelet-data-types.feature | 22 -
.../common/kamelet-data-types/timer-to-log.yaml | 44 --
.../common/kamelet-data-types/yaks-config.yaml | 42 --
.../kamelet-no-properties.feature | 32 --
.../common/kamelet-no-properties/yaks-config.yaml | 24 --
.../kamelet-pipe-autoload-specific.feature | 23 -
.../kamelet-pipe-autoload.feature | 24 --
.../kamelet-pipe-autoload/secret-default.yaml | 27 --
.../kamelet-pipe-autoload/secret-specific.yaml | 28 --
.../timer-source.kamelet.yaml | 48 ---
.../common/kamelet-pipe-autoload/yaks-config.yaml | 32 --
.../kamelet-pipe-broker.feature | 14 -
.../kamelet-pipe-broker/logger-sink-pipe.yaml | 34 --
.../kamelet-pipe-broker/logger-sink.kamelet.yaml | 47 ---
.../common/kamelet-pipe-broker/sample-broker.yaml | 21 -
.../kamelet-pipe-broker/timer-source-pipe.yaml | 37 --
.../kamelet-pipe-broker/timer-source.kamelet.yaml | 56 ---
.../common/kamelet-pipe-broker/yaks-config.yaml | 35 --
e2e/yaks/common/kamelet-pipe-http/display.yaml | 25 --
.../kamelet-pipe-http/kamelet-pipe-http.feature | 15 -
.../kamelet-pipe-http/timer-source-pipe.yaml | 31 --
.../kamelet-pipe-http/timer-source.kamelet.yaml | 56 ---
e2e/yaks/common/kamelet-pipe-http/yaks-config.yaml | 32 --
.../kamelet-pipe-properties.feature | 29 --
.../kamelet-pipe-properties/properties-pipe.yaml | 37 --
.../timer-source.kamelet.yaml | 69 ---
.../kamelet-pipe-properties/yaks-config.yaml | 29 --
e2e/yaks/common/kamelet-pipe/kamelet-pipe.feature | 16 -
e2e/yaks/common/kamelet-pipe/logger-sink-pipe.yaml | 32 --
.../common/kamelet-pipe/logger-sink.kamelet.yaml | 47 ---
e2e/yaks/common/kamelet-pipe/messages-channel.yaml | 21 -
.../common/kamelet-pipe/timer-source-pipe.yaml | 35 --
.../common/kamelet-pipe/timer-source.kamelet.yaml | 56 ---
e2e/yaks/common/kamelet-pipe/yaks-config.yaml | 36 --
.../common/kamelet-steps/kamelet-steps.feature | 13 -
.../kamelet-steps/prefix-action.kamelet.yaml | 49 ---
e2e/yaks/common/kamelet-steps/steps-pipe.yaml | 44 --
.../common/kamelet-steps/timer-source.kamelet.yaml | 56 ---
e2e/yaks/common/kamelet-steps/yaks-config.yaml | 31 --
e2e/yaks/common/kamelet/echo-sink.kamelet.yaml | 50 ---
e2e/yaks/common/kamelet/kamelet.feature | 13 -
e2e/yaks/common/kamelet/source-sink.yaml | 26 --
e2e/yaks/common/kamelet/timer-source.kamelet.yaml | 56 ---
e2e/yaks/common/kamelet/yaks-config.yaml | 30 --
.../common/knative-broker/event-source-pipe.yaml | 45 --
.../common/knative-broker/knative-broker.feature | 58 ---
.../common/knative-broker/knative-pipe.feature | 34 --
e2e/yaks/common/knative-broker/log-sink-pipe.yaml | 39 --
.../common/knative-broker/log-sink.kamelet.yaml | 47 ---
e2e/yaks/common/knative-broker/no-filter-pipe.yaml | 37 --
.../common/knative-broker/source-filter-pipe.yaml | 39 --
.../knative-broker/timer-source.kamelet.yaml | 56 ---
e2e/yaks/common/knative-broker/yaks-config.yaml | 53 ---
.../knative-sinkbinding-http/Rest2Channel.java | 26 --
.../knative-sinkbinding-http/messages-channel.yaml | 21 -
.../sinkbinding-http.feature | 9 -
.../knative-sinkbinding-http/yaks-config.yaml | 35 --
.../knative-sinkbinding/messages-channel.yaml | 21 -
e2e/yaks/common/knative-sinkbinding/receiver.yaml | 22 -
.../common/knative-sinkbinding/sinkbinding.feature | 14 -
e2e/yaks/common/knative-sinkbinding/source.yaml | 28 --
.../common/knative-sinkbinding/yaks-config.yaml | 33 --
e2e/yaks/files/setup.sh | 60 ---
e2e/yaks/openshift/monitoring/Metrics.java | 77 ----
e2e/yaks/openshift/monitoring/alerting.feature | 16 -
e2e/yaks/openshift/monitoring/app/.gitignore | 1 -
e2e/yaks/openshift/monitoring/app/pom.xml | 70 ---
.../java/org/apache/camel/integration/Service.java | 45 --
e2e/yaks/openshift/monitoring/dependencyInstall.sh | 29 --
e2e/yaks/openshift/monitoring/metrics.feature | 49 ---
.../openshift/monitoring/monitoringResources.sh | 21 -
e2e/yaks/openshift/monitoring/obtainToken.sh | 24 --
.../monitoring/resources/operator-pod-monitor.yaml | 31 --
.../resources/operator-prometheus-rule.yaml | 145 -------
e2e/yaks/openshift/monitoring/yaks-config.yaml | 32 --
helm/camel-k/README.md | 2 +-
helm/camel-k/templates/operator.yaml | 2 +-
helm/camel-k/templates/platform.yaml | 2 +-
.../kubernetes/descoped/kustomization.yaml | 3 +
.../kubernetes/descoped/patch-operator-id.yaml | 5 +-
.../kubernetes/namespaced/kustomization.yaml | 7 +-
.../kubernetes/namespaced/patch-operator-id.yaml | 5 +-
.../overlays/openshift/descoped/kustomization.yaml | 8 +
.../openshift/descoped/patch-operator-id.yaml | 6 +-
.../openshift/namespaced/kustomization.yaml | 5 +
.../openshift/namespaced/patch-operator-id.yaml | 6 +-
pkg/cmd/bind.go | 10 -
pkg/cmd/install.go | 9 +-
pkg/cmd/kamelet_add_repo.go | 7 +-
pkg/cmd/operator/operator.go | 1 +
pkg/cmd/reset.go | 2 +-
pkg/cmd/run.go | 19 +-
pkg/cmd/uninstall.go | 11 +-
pkg/cmd/util.go | 16 -
pkg/controller/build/monitor_pod.go | 1 +
.../config/manager/operator-deployment.yaml | 3 -
.../config/rbac/descoped/kustomization.yaml | 1 +
release.adoc | 5 +-
script/Makefile | 162 ++++---
282 files changed, 1575 insertions(+), 11917 deletions(-)
delete mode 100644 .github/actions/e2e-builder/action.yml
delete mode 100755 .github/actions/e2e-builder/exec-tests.sh
delete mode 100644 .github/actions/e2e-install-olm/action.yml
delete mode 100755 .github/actions/e2e-install-olm/exec-tests.sh
delete mode 100644 .github/actions/e2e-install-upgrade/action.yml
delete mode 100755 .github/actions/e2e-install-upgrade/exec-tests.sh
delete mode 100644 .github/actions/e2e-knative-yaks/action.yml
delete mode 100755 .github/actions/e2e-knative-yaks/exec-tests.sh
delete mode 100644 .github/actions/kamel-cleanup/action.yaml
delete mode 100755 .github/actions/kamel-cleanup/clean-operator-groups.sh
delete mode 100755 .github/actions/kamel-cleanup/clean-orphan-resources.sh
delete mode 100755 .github/actions/kamel-cleanup/clean-telemetry-resources.sh
delete mode 100755 .github/actions/kamel-cleanup/cleanup-knative.sh
delete mode 100755 .github/actions/kamel-cleanup/cleanup.sh
delete mode 100755 .github/actions/kamel-cleanup/reset-proxy.sh
delete mode 100755 .github/actions/kamel-cleanup/uninstall-global-operator.sh
delete mode 100644 .github/actions/kamel-install-cluster-setup/action.yml
delete mode 100755
.github/actions/kamel-install-cluster-setup/install-cluster-setup.sh
delete mode 100644 .github/actions/kamel-install-global-operator/action.yml
delete mode 100755
.github/actions/kamel-install-global-operator/install-global-operator.sh
delete mode 100644 .github/actions/kamel-install-yaks/action.yml
delete mode 100644 .github/actions/kamel-preflight-test/action.yml
delete mode 100755 .github/actions/kamel-preflight-test/preflight-test.sh
delete mode 100644 .github/actions/kamel-report-problematic/action.yml
delete mode 100755
.github/actions/kamel-report-problematic/report-problematic.sh
delete mode 100644 .github/workflows/builder.yml
delete mode 100755 .github/workflows/manual-exec-process-inputs.sh
create mode 100644 e2e/advanced/build_max_pipelines_test.go
delete mode 100644 e2e/advanced/deployment_test.go
rename e2e/{builder => advanced}/files/example.yaml (100%)
delete mode 100644 e2e/advanced/local_platform_test.go
delete mode 100644 e2e/advanced/main_test.go
delete mode 100644 e2e/builder/build_test.go
delete mode 100644 e2e/builder/registry_test.go
delete mode 100644 e2e/common/cli/default.go
delete mode 100644 e2e/common/cli/duplicate_parameters_test.go
delete mode 100644 e2e/common/cli/main_test.go
delete mode 100644 e2e/common/main_test.go
delete mode 100644 e2e/common/misc/pipe_with_image_test.go
delete mode 100644 e2e/common/misc/registry_maven_wagon_test.go
delete mode 100644 e2e/common/misc/scale_binding_test.go
delete mode 100644 e2e/install/cli/files/Java.java
delete mode 100644 e2e/install/cli/files/timer-kamelet-usage.yaml
delete mode 100644 e2e/install/cli/files/yaml.yaml
delete mode 100644 e2e/install/cli/global_kamelet_test.go
delete mode 100644 e2e/install/cli/global_test.go
delete mode 100644 e2e/install/cli/install_test.go
delete mode 100644 e2e/install/cli/maven_ca_secret_test.go
delete mode 100644 e2e/install/cli/uninstall_test.go
delete mode 100644 e2e/install/upgrade/cli_upgrade_test.go
delete mode 100644 e2e/knative/default.go
delete mode 100644 e2e/native/native_binding_test.go
delete mode 100644 e2e/yaks/common/apache-kamelet-catalog/kamelet.feature
delete mode 100755 e2e/yaks/common/apache-kamelet-catalog/logger.yaml
delete mode 100644 e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet-beans/beans-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-beans/kamelet-beans.feature
delete mode 100644 e2e/yaks/common/kamelet-beans/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet-data-types/event-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-data-types/event-sink.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-data-types/event-source.kamelet.yaml
delete mode 100644
e2e/yaks/common/kamelet-data-types/kamelet-data-types.feature
delete mode 100644 e2e/yaks/common/kamelet-data-types/timer-to-log.yaml
delete mode 100644 e2e/yaks/common/kamelet-data-types/yaks-config.yaml
delete mode 100644
e2e/yaks/common/kamelet-no-properties/kamelet-no-properties.feature
delete mode 100644 e2e/yaks/common/kamelet-no-properties/yaks-config.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-autoload/kamelet-pipe-autoload-specific.feature
delete mode 100644
e2e/yaks/common/kamelet-pipe-autoload/kamelet-pipe-autoload.feature
delete mode 100644 e2e/yaks/common/kamelet-pipe-autoload/secret-default.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-autoload/secret-specific.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-autoload/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-autoload/yaks-config.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-broker/kamelet-pipe-broker.feature
delete mode 100644 e2e/yaks/common/kamelet-pipe-broker/logger-sink-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-broker/logger-sink.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-broker/sample-broker.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-broker/timer-source-pipe.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-broker/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-broker/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-http/display.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-http/kamelet-pipe-http.feature
delete mode 100644 e2e/yaks/common/kamelet-pipe-http/timer-source-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-http/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-http/yaks-config.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-properties/kamelet-pipe-properties.feature
delete mode 100644 e2e/yaks/common/kamelet-pipe-properties/properties-pipe.yaml
delete mode 100644
e2e/yaks/common/kamelet-pipe-properties/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe-properties/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/kamelet-pipe.feature
delete mode 100644 e2e/yaks/common/kamelet-pipe/logger-sink-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/logger-sink.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/messages-channel.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/timer-source-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-pipe/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet-steps/kamelet-steps.feature
delete mode 100644 e2e/yaks/common/kamelet-steps/prefix-action.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-steps/steps-pipe.yaml
delete mode 100644 e2e/yaks/common/kamelet-steps/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet-steps/yaks-config.yaml
delete mode 100644 e2e/yaks/common/kamelet/echo-sink.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet/kamelet.feature
delete mode 100755 e2e/yaks/common/kamelet/source-sink.yaml
delete mode 100644 e2e/yaks/common/kamelet/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/kamelet/yaks-config.yaml
delete mode 100644 e2e/yaks/common/knative-broker/event-source-pipe.yaml
delete mode 100644 e2e/yaks/common/knative-broker/knative-broker.feature
delete mode 100644 e2e/yaks/common/knative-broker/knative-pipe.feature
delete mode 100644 e2e/yaks/common/knative-broker/log-sink-pipe.yaml
delete mode 100644 e2e/yaks/common/knative-broker/log-sink.kamelet.yaml
delete mode 100644 e2e/yaks/common/knative-broker/no-filter-pipe.yaml
delete mode 100644 e2e/yaks/common/knative-broker/source-filter-pipe.yaml
delete mode 100644 e2e/yaks/common/knative-broker/timer-source.kamelet.yaml
delete mode 100644 e2e/yaks/common/knative-broker/yaks-config.yaml
delete mode 100644 e2e/yaks/common/knative-sinkbinding-http/Rest2Channel.java
delete mode 100644
e2e/yaks/common/knative-sinkbinding-http/messages-channel.yaml
delete mode 100644
e2e/yaks/common/knative-sinkbinding-http/sinkbinding-http.feature
delete mode 100644 e2e/yaks/common/knative-sinkbinding-http/yaks-config.yaml
delete mode 100644 e2e/yaks/common/knative-sinkbinding/messages-channel.yaml
delete mode 100644 e2e/yaks/common/knative-sinkbinding/receiver.yaml
delete mode 100644 e2e/yaks/common/knative-sinkbinding/sinkbinding.feature
delete mode 100644 e2e/yaks/common/knative-sinkbinding/source.yaml
delete mode 100644 e2e/yaks/common/knative-sinkbinding/yaks-config.yaml
delete mode 100755 e2e/yaks/files/setup.sh
delete mode 100644 e2e/yaks/openshift/monitoring/Metrics.java
delete mode 100644 e2e/yaks/openshift/monitoring/alerting.feature
delete mode 100644 e2e/yaks/openshift/monitoring/app/.gitignore
delete mode 100644 e2e/yaks/openshift/monitoring/app/pom.xml
delete mode 100644
e2e/yaks/openshift/monitoring/app/src/main/java/org/apache/camel/integration/Service.java
delete mode 100644 e2e/yaks/openshift/monitoring/dependencyInstall.sh
delete mode 100644 e2e/yaks/openshift/monitoring/metrics.feature
delete mode 100644 e2e/yaks/openshift/monitoring/monitoringResources.sh
delete mode 100755 e2e/yaks/openshift/monitoring/obtainToken.sh
delete mode 100644
e2e/yaks/openshift/monitoring/resources/operator-pod-monitor.yaml
delete mode 100644
e2e/yaks/openshift/monitoring/resources/operator-prometheus-rule.yaml
delete mode 100644 e2e/yaks/openshift/monitoring/yaks-config.yaml
rename e2e/yaks/common/yaks-config.yaml =>
install/overlays/kubernetes/descoped/patch-operator-id.yaml (92%)
rename e2e/yaks/openshift/yaks-config.yaml =>
install/overlays/kubernetes/namespaced/patch-operator-id.yaml (92%)
copy pkg/resources/config/prometheus/kustomization.yaml =>
install/overlays/openshift/descoped/patch-operator-id.yaml (92%)
copy pkg/resources/config/prometheus/kustomization.yaml =>
install/overlays/openshift/namespaced/patch-operator-id.yaml (92%)