devtron-labs / devtron

Tool integration platform for Kubernetes
https://devtron.ai
Apache License 2.0
4.37k stars 479 forks source link

shared configuration / properties / ENV variables for CI & CD. #1071

Open tarunptala opened 2 years ago

tarunptala commented 2 years ago

Summary

can we have support for shared config / properties / env variable for CI & CD. currently, we have to define these properties for each application separately in devtron which creates unnecessary duplicate entries. There are use cases when you would like to use same variable/property across CIs just like many use with Jenkins or alternatives.

https://docs.devtron.ai/user-guide/creating-application/environment-overrides

Unnecessary definition of property/variable for each app. - duplication.

Motivation

To avoid duplicate entries at multiple CIs.

Proposal

Shared ENV overrides for Apps should be able to address this.

AB#466

abhibhaw commented 7 months ago

https://docs.devtron.ai/global-configurations/scoped-variables

is this something you were looking for @tarunptala ?