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.

Next Steps
Last updated
Was this helpful?