nicolaferraro commented on issue #1400: Add some sugar for additional sources
URL: https://github.com/apache/camel-k/pull/1400#issuecomment-613958110
 
 
   > @nicolaferraro mind testing it again ?
   
   Still not loading
   
   ```
   [nferraro@localhost camel-k]$ kamel run examples/hello.xml -t 
quarkus.enabled=true --save
   integration "hello" created
   [nferraro@localhost camel-k]$ kubectl get it hello -o yaml | grep quarkus
       quarkus:
     - camel-quarkus:core
     - camel-quarkus:log
     - camel-quarkus:timer
     - mvn:org.apache.camel.k/camel-k-quarkus-loader-xml
     - mvn:org.apache.camel.k/camel-k-runtime-quarkus
     runtimeProvider: quarkus
   [nferraro@localhost camel-k]$ kamel delete --all
   1 integration(s) deleted
   [nferraro@localhost camel-k]$ kamel run examples/hello.xml
   integration "hello" created
   [nferraro@localhost camel-k]$ kubectl get it hello -o yaml | grep quarkus
   [nferraro@localhost camel-k]$ echo "saved but not loaded"
   saved but not loaded
   
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to