Hi Foilks, i am facing a challenge ..i have a dotnet framework application..wher . . .

rachin singh:
Hi Foilks, i am facing a challenge …i have a dotnet framework application…where all configurtaion keys are managed in web config,(app setting , DB string etc), so to deploy single image to multiple clients where i can change web config keys in kubernets

Sathish Puranik:
Hi @rachin singh You can pass the variables in different ways inside a deployment file. You can pass it as an Environmental variable or you can mount the secret variables as a file and read it from that location. You can refer this article for more info : https://anthonychu.ca/post/aspnet-core-appsettings-secrets-kubernetes/

rachin singh:
thanks satish will go thorugh this