You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/06/23 06:58:27 UTC

[GitHub] [camel-k] squakez commented on issue #4508: Unable to update the secret when the integration is running.

squakez commented on issue #4508:
URL: https://github.com/apache/camel-k/issues/4508#issuecomment-1603768498

   > I have tried different ways to update the secret and access it. For example, I deleted the existing secret and created a new secret with the same name and updated endpoint, while the integration is running. However, it is still not picking up the updated secret and it does not interrupt the running integration but it is picking up only when I restart the integration.
   > 
   
   That's the current behavior. We have an issue to see if we can work on hot redeploy on cm/secrets changes: #2106
   
   > However, when I tried using a file (e.g., --property file:application.properties), it worked as expected. I am able to access the endpoint, even update it and I can see changes while the integration is running in the background.
   > 
   
   I guess it's because you're also using `--dev` so the hot redeploy is detected by the CLI which restart the integration.
   


-- 
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