KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

Allow to define custom namespace to deploy the integration resource #67

Closed mmelko closed 2 years ago

mmelko commented 2 years ago

Currently integrations are deployed into default namespace by default. Ideally the default could be actual namespace where backend is deployed.

Delawen commented 2 years ago

This is already implemented in the backend API: https://kaotoio.github.io/kaoto-backend/api/index.html#api-IntegrationResource-integrationsPost

Maybe you wanted to move this to a UI issue?