Skip to content
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

[Question/Feature-Request] Pass template parameters for deployment at approval #62

Open
davsucks opened this issue May 17, 2022 · 0 comments
Labels
need-to-triage Requires investigation

Comments

@davsucks
Copy link

Hello!

I'd like to be able to pass template parameters for my environment deployments when the stages are being run. My use case is that we have multiple environments, and have parameterized some features that we do not want deployed in certain environments. We parameterized this by using pipeline parameters. Currently we're setting them at the top level in our pipeline yaml file and passing them down into each deployment stage (which has been templatized).
Screen Shot 2022-05-17 at 3 38 38 PM

This solution is sub-optimal because we don't necessarily want to have the same value for this parameter injected into each deployment stage, and would rather be able to specify this in the actual deployment. Ideally, we'd be able to set the parameters as we're running the stages. Somewhere closer to here, or perhaps in the approval modal:

Screen Shot 2022-05-17 at 3 43 40 PM

Is this possible? I wasn't able to find anything in the docs related to this and I couldn't think of another way to accomplish this other than what we have already implemented.

Thanks in advance for your help!

@davsucks davsucks added the need-to-triage Requires investigation label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

1 participant