opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Allow to set environment variables for build tasks? #564

Closed michaelsauter closed 1 year ago

michaelsauter commented 2 years ago

I'm wondering if we should allow to set environment variables in the build task containers via the Helm chart, in the same way we allow to control the sidecars / resources. This could be used to set env vars needed for testing for example, however often there are other ways of doing this as well so not sure if we really need it.

michaelsauter commented 1 year ago

I'm going to close this. There hasn't been a concrete use case so far, and the general direction would be to try to use central tasks (e.g. from Artefact Hub, see #620) instead of tasks defined in the Helm chart.