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 have an etcd storing configuration data. In the deploy pipeline the first task is to read the data from etcd and convert it into pipeline parameters.
One way to do this might be to have a task that reads from etcd the param values, and then triggers the next pipelinerun/taskrun with the params (possibly using the tkn cli: tektoncd/catalog#155)
Use case
Currently we have an etcd storing configuration data. In the deploy pipeline the first task is to read the data from etcd and convert it into pipeline parameters.
This was done using the Argo global parameter output feature: https://github.com/argoproj/argo/blob/7a21adfeb0af18c2452648a8bb3698a687f99b5e/examples/global-outputs.yaml#L27-L30
Question
Can you provide any guide on how to set global parameters via Tekton? We would like to help if anything is needed.
The text was updated successfully, but these errors were encountered: