cfitzw commented on issue #6157: URL: https://github.com/apache/camel-k/issues/6157#issuecomment-2858763493
This may or may not be related, but if using the standard .properties `${}` placeholder syntax, camel k is unable to resolve these... meaning using `{{base.fqdn}}` in an integration fails. ```bash # file: app.properties base.env=dev base.domain=domain.com base.fqdn=cluster-${base.env}.${base.domain} ``` -- 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