bigkevmcd / tekton-polling-operator

A simple git repository poller.
Apache License 2.0
26 stars 12 forks source link

Parameterize pipelinerun name #31

Open yul14nrc opened 1 year ago

yul14nrc commented 1 year ago

I am using this tekton polling operator to get the repo changes every minute and its working very good. But we want to have a different pipelinerun name for the pipeline executions. Is there a way to accomplish this without modifying the code and putting some ENV variable on the deployment yaml??

bigkevmcd commented 1 year ago

Hey @yul14nrc thanks for the question, not currently, it's hard-coded here but that would be fairly trivial to change, I need to do some version bumps in the code, and I'll see what I can do here.

yul14nrc commented 1 year ago

Thanks for your help, I really appreciate that change