You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marat Gubaidullin (Jira)" <ji...@apache.org> on 2021/12/07 15:13:00 UTC

[jira] [Created] (CAMEL-17293) camel-jbang: Add support for Integration configuration

Marat Gubaidullin created CAMEL-17293:
-----------------------------------------

             Summary: camel-jbang: Add support for Integration configuration
                 Key: CAMEL-17293
                 URL: https://issues.apache.org/jira/browse/CAMEL-17293
             Project: Camel
          Issue Type: Improvement
            Reporter: Marat Gubaidullin


It would be great if camel-jang supports configuration in Integration CRD, ex:
{code:java}
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: hello-world
spec:
  configuration:
    - type: property
      value: 'camel.component.jdbc.dataSource.serverName=iot-psql\:5432' {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)