-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist environment parameters during deployment #27
Comments
@alexmt Where could I go to start understanding how to do the first subtask? What would this "persisting" consist of—just making available to the UI through an API? |
@merenbach, right now we only need to show parameters to user. I would propose to store in Application CRD in
RecentDeployment should be set in https://github.com/argoproj/argo-cd/blob/master/server/application/application.go#L117. Parameters can be retrieved using |
This is being worked on in the https://github.com/merenbach/argo-cd/tree/recent-deployments branch. Ksonnet data retrieval is implemented, and the RPC retrieval should be there (untested so far). To finish fleshing out, need to determine proper data structure for storing DeploymentInfo. |
Issue #459 - Improve application creation wizard
Each environment has parameters which are used to generate resources manifests. It would be useful to persist and display parameters which were used to deploy the application.
The text was updated successfully, but these errors were encountered: