Description
Summary
Currently we see managing deployment template only possible through UI. It would be nice if we can have control over defining deployment template / values file via API calls. It seems it is already possible however it seems the hacky way.
@pawan-59 @prakarsh-dt adding you guys since you have context to the request.
Motivation
This would help in building automation around onboarding new devtron app via API/CLI. We would like application repo to have these values file defined in the git / alternative to have single source of truth for these values file and then via automation we can create the devtron app. (we don't want users to control these helm values properties via UI).
Proposal
Maybe we can make API call to devtron specifying values file defined in git. Or devtron CLI going forward support this kind a request like we have in ArgoCD CLI.
AB#463