How can I specify ContainerEnvironmentVariable via the command line using -p:ContainerEnvironmentVariable=? #604
Unanswered
SViradiya-MarutiTech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently working on containerizing Microservices applications using dotnet publish command. we have provided all recommendations provided by https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
We are only stuck on providing ASPNETCORE_ENVIRONMENT Environment dynamically, We know that we can provide an Environment variable in csproj, but it would be static value and it would not work on Staging and production, we want to provide Environment variables dynamically. we are hosting our services on AWS EKS(buildspec+ deploymentspec+helm chart)
Beta Was this translation helpful? Give feedback.
All reactions