k0pper commented on issue #2765:
URL: https://github.com/apache/camel-k/issues/2765#issuecomment-975553494


   ... When trying to deploy a KameletBinding:
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: my-earthquake-log
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: earthquake-source
     sink:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: log-sink
   ```
   
   
   I get the error that the URI for the kamelet repository was invalid:
   ```
   {"level":"info","ts":1637588929.720187,"logger":"camel-k.trait","msg":"Apply 
trait: init"}                                                                   
                         
   
{"level":"info","ts":1637588929.7207434,"logger":"camel-k.trait","msg":"Apply 
trait: camel"}                                                                  
                        
   
{"level":"info","ts":1637588929.7224216,"logger":"camel-k.trait","msg":"Apply 
trait: kamelets"}                                                               
                       
   
{"level":"error","ts":1637588929.7234652,"logger":"controller-runtime.manager.controller.integration-controller","msg":"Reconciler
 error","name":"my-earthquake-log","namespace":"camel-k","error":"error during 
trait customization: invalid uri: 
github.com/k0pper/custom-kamelets","errorVerbose":"invalid uri: 
github.com/k0pper/custom-kamelets\nerror during trait customization
   ```


-- 
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-unsubscr...@camel.apache.org

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


Reply via email to