This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 66db021 chore(olm): Update IntegrationPlatform creation step in CSV
description
66db021 is described below
commit 66db0213df69b55a35a7086e82e2a25f881a3e84
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Mon Feb 15 12:08:03 2021 +0100
chore(olm): Update IntegrationPlatform creation step in CSV description
---
config/manifests/bases/camel-k.clusterserviceversion.yaml | 8 ++++++--
.../camel-k.v1.4.0-snapshot.clusterserviceversion.yaml | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 32f3f04..dc4cc4d 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.3.0-SNAPSHOT
- createdAt: 2021-02-15T10:38:05Z
+ createdAt: 2021-02-15T11:05:04Z
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes, with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.0.1
operators.operatorframework.io/internal-objects:
'["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
@@ -89,9 +89,13 @@ spec:
app: "camel-k"
```
+ An `IntegrationPlatform` resource is automatically created by default on
OpenShift, so you can skip this step.
+ Also, You can edit the `IntegrationPlatform`, to configure Camel K.
+ The configuration from the `IntegrationPlatform` will apply to the Camel
integrations created in the same namespace/project.
+
## Running an Integration
- After the initial setup, you can run a Camel integration on the cluster by
creating an example `Integration`:
+ After the initial setup, you can run a Camel integration on the cluster by
creating an example `Integration`, e.g.:
```
apiVersion: camel.apache.org/v1
kind: Integration
diff --git
a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
index d894a0b..0b273de 100644
---
a/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
+++
b/deploy/olm-catalog/camel-k-dev/1.4.0-snapshot/camel-k.v1.4.0-snapshot.clusterserviceversion.yaml
@@ -163,7 +163,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.3.0-SNAPSHOT
- createdAt: "2021-02-15T10:24:14Z"
+ createdAt: "2021-02-15T11:05:04Z"
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes, with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.3.0
operators.operatorframework.io/internal-objects:
'["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
@@ -229,9 +229,13 @@ spec:
app: "camel-k"
```
+ An `IntegrationPlatform` resource is automatically created by default on
OpenShift, so you can skip this step.
+ Also, You can edit the `IntegrationPlatform`, to configure Camel K.
+ The configuration from the `IntegrationPlatform` will apply to the Camel
integrations created in the same namespace/project.
+
## Running an Integration
- After the initial setup, you can run a Camel integration on the cluster by
creating an example `Integration`:
+ After the initial setup, you can run a Camel integration on the cluster by
creating an example `Integration`, e.g.:
```
apiVersion: camel.apache.org/v1
kind: Integration