Integration Server 11.1 | 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 start up. Using Microservices Runtime Administrator, you can obtain the template information used at start up. 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 Secret value itself in the configuration variables template ($secret[secretName]) Microservices Runtime includes any default value that may have been specified for an environment variable or Kubernetes Secret.
*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 start up.