You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
tarunptala
changed the title
Enable support for controlling deployment template/values via files via API/CLI
Enable support for controlling deployment template/values using files via API/CLI
Jan 6, 2022
uxarya-d
changed the title
Enable support for controlling deployment template/values using files via API/CLI
Enable support for controlling deployment template/values using files via API/CLI.
Sep 10, 2022
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
The text was updated successfully, but these errors were encountered: