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