You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/10 19:20:30 UTC

[GitHub] [camel-k] hguerrero opened a new issue #2565: Kamel bind produces incomplete yaml files with -o yaml

hguerrero opened a new issue #2565:
URL: https://github.com/apache/camel-k/issues/2565


   When running `kamel bind ... -o yaml` the result is missing the `apiVersion` and `kind` lines.
   
   Example: 
   
   ```sh
   kamel bind timer-source kafka-sink -p source.message="hola mundo" -p sink.topic="timer1" -p sink.brokers="uno" -p sink.username="dos" -p sink.password="tres" -o yaml
   ```
   
   produces the following output:
   
   ```yaml
   metadata:
     creationTimestamp: null
     name: timer-source-to-kafka-sink
     namespace: user1
   spec:
     errorHandler: null
     sink:
       properties:
         brokers: uno
         password: tres
         topic: timer1
         username: dos
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: kafka-sink
         namespace: user1
     source:
       properties:
         message: hola mundo
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: timer-source
         namespace: user1
   status: {}
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti closed issue #2565: Kamel bind produces incomplete yaml files with -o yaml

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #2565:
URL: https://github.com/apache/camel-k/issues/2565


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org