From 8815c53e79d44ec9e6c50eb2e4edb1afdb42aa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Thu, 28 Nov 2024 01:16:13 +0100 Subject: [PATCH] Fix missing workspaces decl in the scaffold task (#2587) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- pkg/pipelines/tekton/tasks.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/pipelines/tekton/tasks.go b/pkg/pipelines/tekton/tasks.go index d311d1a9..ed1d8349 100644 --- a/pkg/pipelines/tekton/tasks.go +++ b/pkg/pipelines/tekton/tasks.go @@ -440,6 +440,9 @@ spec: - name: path description: Path to the function project default: "" + workspaces: + - name: source + description: The workspace containing the function project steps: - name: func-scaffold image: %s