Integration Server 10.15 | Microservices Runtime Guide | Using Configuration Variables Templates with Microservices Runtime | Viewing the Applied Template for a Microservices Runtime
 
Viewing the Applied Template for a Microservices Runtime
For a running Microservices Runtime you may want to see the configuration variables templates that Microservices Runtime applied at startup. This can help you compare current configuration to configuration at the time of startup. Using Microservices Runtime Administrator, you can obtain the template information used at startup. If a template uses environment variables as values, Microservices Runtime displays the environment variable name ($env[environmentVariableName]. If a template uses a Kubernetes Secret,Microservices Runtime places the Kubernetes variable itself in the configuration variables template ($secret[secretName]).
*To view the applied configuration variables template
1. Open Microservices Runtime Administrator for which you want to view the applied template.
2. Go to Microservices > Configuration variables.
3. Click Get Active Configuration Variables Template.
Microservices Runtime generates an application.properties file that contains the key-value pairs from the applied templates. The application.properties file includes the text #No Active Template if Microservices Runtime did not apply a template at startup.