From 86db5addcfa9b9ebab7c445db7a9a43c4d804393 Mon Sep 17 00:00:00 2001 From: konflux Date: Sat, 10 May 2025 10:36:59 +0000 Subject: [PATCH] Konflux build pipeline service account migration for gitops-backend Signed-off-by: konflux --- .tekton/gitops-backend-pull-request.yaml | 3 ++- .tekton/gitops-backend-push.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index c7a1483..9f9706c 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -465,7 +465,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-backend workspaces: - name: git-auth secret: diff --git a/.tekton/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index 46d2cd9..7e5650c 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -34,7 +34,7 @@ spec: - name: hermetic value: "true" - name: prefetch-input - value: '{"type": "gomod", "path": "."}' + value: '{"type": "gomod", "path": "."}' pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization. @@ -465,7 +465,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-backend workspaces: - name: git-auth secret: