From 9822a87ba4c1f27185ce63ad5be6479bb7902184 Mon Sep 17 00:00:00 2001 From: konflux Date: Sat, 10 May 2025 10:37:30 +0000 Subject: [PATCH] Konflux build pipeline service account migration for gitops-must-gather Signed-off-by: konflux --- .tekton/gitops-must-gather-pull-request.yaml | 3 ++- .tekton/gitops-must-gather-push.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tekton/gitops-must-gather-pull-request.yaml b/.tekton/gitops-must-gather-pull-request.yaml index f36e5b1..73fb316 100644 --- a/.tekton/gitops-must-gather-pull-request.yaml +++ b/.tekton/gitops-must-gather-pull-request.yaml @@ -488,7 +488,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-must-gather workspaces: - name: git-auth secret: diff --git a/.tekton/gitops-must-gather-push.yaml b/.tekton/gitops-must-gather-push.yaml index eeaaabe..8110b76 100644 --- a/.tekton/gitops-must-gather-push.yaml +++ b/.tekton/gitops-must-gather-push.yaml @@ -488,7 +488,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-must-gather workspaces: - name: git-auth secret: