mgubaidullin commented on issue #482:
URL: https://github.com/apache/camel-karavan/issues/482#issuecomment-1258438781

   Karavan should work in another namespace. If not it is a bug.
   
   1. Set correct namespace in all manifests in `karavan-cloud` folder
   2. Overwrite environment namespace defined in `application.properties' 
   ```
   ...
   karavan.config.environments[0].namespace=karavan
   ...
   ```
   in your karavan deployment manifest by adding environment variable
   ```
               - name: KARAVAN_CONFIG_ENVIRONMENTS_0__NAMESPACE
                 valueFrom:
                   fieldRef:
                     fieldPath: your_namespace
   ```


-- 
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