Hi
When changing an environment variable in order for the new value to be picked up I need to initiate a new deployment when I was thinking that by restarting the service the new value will be used instead, but this does not seem to be the case unless I am doing something incorrect. Could you please clarify?
Thanks
Hi,
Yes, environment variable updates require a redeploy. A restart will restart the container, with its last successful deploy config.
Alan
ok, thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.