cjmamo commented on issue #344: URL: https://github.com/apache/camel-karavan/issues/344#issuecomment-2275145776
I've also tried with a custom kamelet but the expected headers are not rendered: ```yaml apiVersion: camel.apache.org/v1 kind: Kamelet metadata: name: hie-create-contact-rapidpro-sink annotations: camel.apache.org/kamelet.support.level: "Stable" camel.apache.org/provider: "HISP Centre" camel.apache.org/kamelet.group: "HIE RapidPro" camel.apache.org/kamelet.namespace: "HIE" labels: camel.apache.org/kamelet.type: "sink" spec: definition: title: Create RapidPro Contact description: |- Create a contact on RapidPro. required: - rapidProApiUrl - rapidProApiToken properties: rapidProApiUrl: title: RapidPro API URL type: string rapidProApiToken: title: RapidPro API Token type: string dataTypes: in: headers: contactName: title: Contact Name type: string ... ``` -- 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