Chitrang Patel
Chitrang Patel
/assign @wlynch @vdemeester
@vdemeester I assumed that it was the workingdirinit that created the subpath: https://github.com/tektoncd/pipeline/blob/main/cmd/workingdirinit/main.go Could we update the permissions here higher than 755 I wonder. But my understanding might be wrong...
I looked into this. Turns out that we have two volumeMounts. An `implicit Volume Mount` that Tekton provides at `/workspace`. Also, unfortunately, user workspaces are mounted under the same path...
@vdemeester I'm bringing this back on our radar. Please see my comment above. I think we can fix this and we probably should. WDYT?
> > 1. Also mount the user workspaces to the `workingDirInit` `containers`. That way, when this logic runs (e.g. anything under `/workspace`, create a directory), we would be creating directories...
Thanks @ericzzzzzzz for your work on this!! /meow
There is a different type of param support request (Array of Objects): https://github.com/tektoncd/community/issues/1154 I'm wondering if we should support `JSON` params which should probably cover all variations of params that...
Hi, Thanks for the issue. If I'm not wrong, param substitution of pipelinerun params into resolution request for a pipelineref does not work either.So it is a bit broken in...