You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/12 23:06:15 UTC

[GitHub] [camel-karavan] mgubaidullin opened a new issue #87: Add spec.configuration builder for CRD

mgubaidullin opened a new issue #87:
URL: https://github.com/apache/camel-karavan/issues/87


   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: hello-world
   spec:
     configuration:
       - type: property
         value: 'camel.component.jdbc.dataSource.serverName=iot-psql\:5432'
       - type: property
         value: camel.component.jdbc.dataSource.databaseName=city-info
       - type: property
         value: 'camel.component.jdbc.dataSource.user={{secret\:pg-login/POSTGRES_USER}}'
       - type: property
         value: camel.component.jdbc.dataSource.password={{secret\:pg-login/POSTGRES_PASSWORD}}
       - type: property
         value: 'db.username={{secret\:pg-login/POSTGRES_USER}}'
       - type: property
         value: 'db.password={{secret\:pg-login/POSTGRES_PASSWORD}}'
       - type: secret
         value: pg-login
       - type: secret
         value: rh-cloud-services-service-account
   ```


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

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