-
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
ServiceAccountName in PipelineRun is not used in TaskRuns #3415
Comments
There is actually the same problem with:
in the PipelineRun - specified in a |
@jlpettersson I can't reproduce this, at least not from the pipeline side. I wrote a test trying to replicate this and… it doesn't fail 😓 See #3420 |
@jlpettersson should we close ? 🤔 |
Yes, we can close, and I can reopen if I can reproduce it. |
This is the resources I had: The PipelineRun with
and the TaskRun, with
I was a bit surprised that this happened. But now I think it was the combination of some fields in |
Oh, let's add this to the test to see, I'll re-open for now. |
/assign |
@afrittoli @pritidesai @sbwsg Do we want this in 0.17.2 ? (My initial thought is yes) |
@vdemeester It makes sense to me to include it in 0.17.2, yeah. |
Expected Behavior
That the serviceAccountName I set in a PipelineRun is used in the TaskRuns
Actual Behavior
The specified serviceAccountName is not used, but the default is used.
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:server 1.17.9-eks
Tekton Pipeline version:
Pipeline version v0.17.0
Trigger version v0.8.1
Client version: 0.13.0
The text was updated successfully, but these errors were encountered: