Skip to content

Commit

Permalink
Fix invalid default pipelinerun formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
  • Loading branch information
lcarva committed May 2, 2022
1 parent db8f10e commit 459898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func defaultConfig() *Config {
Signer: "x509",
},
PipelineRuns: Artifact{
Format: "tekton-pipeline-run",
Format: "tekton",
StorageBackend: sets.NewString("tekton"),
Signer: "x509",
},
Expand Down

0 comments on commit 459898a

Please sign in to comment.