Skip to main content
Version: 1.8

Base Configurations

Introduction​

Base configurations help you share common configurations across environments, bootstrap new environments and pipelines, or use scoped variables (placeholders) to templatize your configurations.

Base Configurations in Devtron consists of:

  • A Deployment Template for defining application specifications

  • ConfigMaps for managing non-sensitive data (e.g., username)

  • Secrets for securely handling sensitive information (e.g., password, API key).

In Devtron, these are the core settings that dictate an application's behavior.

Figure 1: Base Configurations of Application

Next Steps​