-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
PipelineResources git sslVerify parameter causing issues #2164
Comments
/kind bug |
🤔 try this:
taking |
Thanks for feedback. Should not In any case, I tried it with getting
|
Yup, having Alright, I am running latest
After replacing
It does create an image:
git resource has the
Which version of tekton are you running? Ideally YAML parser should accept |
This is what I am currently using:
Yeah, it seems that
In case Sorry for initial confusion, I just saw I pasted in initial comment as One thing to mention: I set up Kubernetes cluster ( |
@BostjanBozic I have added couple of tests on |
Given that this issue is primarily a problem with YAML interpreting |
Expected Behavior
Adding
sslVerify
parameter toPipelineResource
typegit
does not breakTaskRun
Actual Behavior
If
sslVerify
parameter is added togit
type ofPipelineResource
,TaskRun
fails to run, claiming that specificPipeineResource
is not availab.eSteps to Reproduce the Problem
PipelineResource
:Task
:TaskRun
Additional Info
As soon as
sslVerify
parameter is added toPipelineResource
(true or false),TaskRun
claims that specific resource does not exit:If
PipelineResources
are checked, they are available:I also tried to use quotation on parameter ("false"), in which case
TaskRun
recognizesPipelineResource
and runs, but does not consider parameter, as connectivity fails:Failed to connect to github.com port 443: Connection refused
(I checked connectivity and there is no issue there).The text was updated successfully, but these errors were encountered: