From 60cee53558c438ae6208a31db1f1de8cf7d731bb Mon Sep 17 00:00:00 2001 From: konflux Date: Sat, 10 May 2025 12:53:01 +0000 Subject: [PATCH] Konflux build pipeline service account migration for observatorium-api Signed-off-by: konflux --- .tekton/observatorium-api-pull-request.yaml | 3 ++- .tekton/observatorium-api-push.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tekton/observatorium-api-pull-request.yaml b/.tekton/observatorium-api-pull-request.yaml index e1c0b24e8..f00e8eb5f 100644 --- a/.tekton/observatorium-api-pull-request.yaml +++ b/.tekton/observatorium-api-pull-request.yaml @@ -582,7 +582,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-observatorium-api workspaces: - name: git-auth secret: diff --git a/.tekton/observatorium-api-push.yaml b/.tekton/observatorium-api-push.yaml index 7891f9210..612dcee7b 100644 --- a/.tekton/observatorium-api-push.yaml +++ b/.tekton/observatorium-api-push.yaml @@ -579,7 +579,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-observatorium-api workspaces: - name: git-auth secret: