Hi, thanks for providing this article and gitrepo. I implemented your idea and works using Docker. I was able to dynamic change the API_URL using the -e flag for docker run and worked great on my local computer. However, when I tried pushing to AWS ECR and did a kubectl rollout it does not reflect the new env variable. Not sure what I'm missing. Would greatly appreciate some assistance. Thanks.
Hi, thanks for providing this article and gitrepo. I implemented your idea and works using Docker. I was able to dynamic change the API_URL using the
-eflag fordocker runand worked great on my local computer. However, when I tried pushing to AWS ECR and did akubectl rolloutit does not reflect the new env variable. Not sure what I'm missing. Would greatly appreciate some assistance. Thanks.