This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch minor-kafka-s3 in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 3b96a77d81b9fbd7205712d586325530ebcf411f Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 16 12:07:08 2023 +0100 Kafka-S3 Example with Strimzi and Camel K operator on openshift - License Signed-off-by: Andrea Cosentino <[email protected]> --- camel-k/kafka-s3/kafka-s3.yaml | 16 ++++++++++++++++ camel-k/kafka-s3/timer-kafka.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/camel-k/kafka-s3/kafka-s3.yaml b/camel-k/kafka-s3/kafka-s3.yaml index 694773e..33fbab9 100644 --- a/camel-k/kafka-s3/kafka-s3.yaml +++ b/camel-k/kafka-s3/kafka-s3.yaml @@ -1,3 +1,19 @@ +# --------------------------------------------------------------------------- +# 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: camel.apache.org/v1alpha1 kind: KameletBinding metadata: diff --git a/camel-k/kafka-s3/timer-kafka.yaml b/camel-k/kafka-s3/timer-kafka.yaml index cf0ae18..ba26a87 100644 --- a/camel-k/kafka-s3/timer-kafka.yaml +++ b/camel-k/kafka-s3/timer-kafka.yaml @@ -1,3 +1,19 @@ +# --------------------------------------------------------------------------- +# 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: camel.apache.org/v1alpha1 kind: KameletBinding metadata:
