Hi I have application configuration files for my pods for example say the configuration file contains the IP for database VM and many other configurations. We have 2 AKS environment as of now ,So suppose if there is some change in the configuration file we are doing it manually. Let us say we have 10 AKS environments manually changing the application configuration file for each AKS environment is a tedious task. So is there a option that I configure in one environment and it should automatically get reflected in other environments.
So is there any kind of script/ external tool to manage application configuration files?
Thanks in advance