From 459898acb742b67c710910d08ed3146ddfa56a69 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Fri, 29 Apr 2022 17:21:08 -0400 Subject: [PATCH] Fix invalid default pipelinerun formatter Signed-off-by: Luiz Carvalho --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index cf08a0d340..93eabf0475 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -204,7 +204,7 @@ func defaultConfig() *Config { Signer: "x509", }, PipelineRuns: Artifact{ - Format: "tekton-pipeline-run", + Format: "tekton", StorageBackend: sets.NewString("tekton"), Signer: "x509", },