diff --git a/.tekton/application-service-pull-request.yaml b/.tekton/application-service-pull-request.yaml index bb158c2ec..b6c6d1542 100644 --- a/.tekton/application-service-pull-request.yaml +++ b/.tekton/application-service-pull-request.yaml @@ -31,7 +31,7 @@ spec: - name: revision value: '{{revision}}' - name: build-source-image - value: 'true' + value: "true" pipelineSpec: finally: - name: show-sbom @@ -373,7 +373,8 @@ spec: - name: workspace - name: git-auth optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-application-service workspaces: - name: workspace volumeClaimTemplate: diff --git a/.tekton/application-service-push.yaml b/.tekton/application-service-push.yaml index bee2fc7ac..26d080ffa 100644 --- a/.tekton/application-service-push.yaml +++ b/.tekton/application-service-push.yaml @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: build-source-image - value: 'true' + value: "true" pipelineSpec: finally: - name: show-sbom @@ -370,7 +370,8 @@ spec: - name: workspace - name: git-auth optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-application-service workspaces: - name: workspace volumeClaimTemplate: