nicolaferraro commented on issue #1881: URL: https://github.com/apache/camel-k/issues/1881#issuecomment-756684961
Thanks for reporting, this behavior is strange. Sure, there's a way to work this issue around and use data from manually created secrets/configmaps. You need to link the integration to the secret using: ``` kamel run it.yaml --secret mysecret ``` If the secret has a property named `key`, then you can use the following property placeholder to reference it: ``` {{secret:mysecret/key}} ``` Full documentation: https://camel.apache.org/camel-k/latest/configuration/configmap-secret.html#_reference_a_secret_in_properties ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org