From ad5e7669d313f9591323b3f30e3b1a57728f0ad3 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 10 Jan 2025 16:56:20 +0000 Subject: [PATCH] Fix serviceAccountImagesPath in release pipeline Signed-off-by: Andrea Frittoli --- tekton/operator-release-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/operator-release-pipeline.yaml b/tekton/operator-release-pipeline.yaml index d6db2816c..c977f0d35 100644 --- a/tekton/operator-release-pipeline.yaml +++ b/tekton/operator-release-pipeline.yaml @@ -216,7 +216,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: kubernetes - name: releaseFilePrefix @@ -264,7 +264,7 @@ spec: - name: platforms value: $(params.platforms) - name: serviceAccountPath - value: $(params.serviceAccountPath) + value: $(params.serviceAccountImagesPath) - name: kubeDistro value: openshift - name: releaseFilePrefix