From 935d11dbc4506732edbb33f307ddaa217579bf80 Mon Sep 17 00:00:00 2001 From: konflux Date: Thu, 24 Apr 2025 10:34:06 +0000 Subject: [PATCH] Konflux build pipeline service account migration for devfile-sample-code-with-quarkus Signed-off-by: konflux --- .tekton/devfile-sample-code-with-quarkus-pull-request.yaml | 3 ++- .tekton/devfile-sample-code-with-quarkus-push.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tekton/devfile-sample-code-with-quarkus-pull-request.yaml b/.tekton/devfile-sample-code-with-quarkus-pull-request.yaml index ae584c4..4ac4fdb 100644 --- a/.tekton/devfile-sample-code-with-quarkus-pull-request.yaml +++ b/.tekton/devfile-sample-code-with-quarkus-pull-request.yaml @@ -572,7 +572,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-devfile-sample-code-with-quarkus workspaces: - name: git-auth secret: diff --git a/.tekton/devfile-sample-code-with-quarkus-push.yaml b/.tekton/devfile-sample-code-with-quarkus-push.yaml index 170e3a1..fb728a0 100644 --- a/.tekton/devfile-sample-code-with-quarkus-push.yaml +++ b/.tekton/devfile-sample-code-with-quarkus-push.yaml @@ -569,7 +569,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-devfile-sample-code-with-quarkus workspaces: - name: git-auth secret: