From af21fb5c2d2ba42884908ce30bd013010fc29017 Mon Sep 17 00:00:00 2001 From: Quan Zhang Date: Mon, 27 Nov 2023 16:55:34 -0500 Subject: [PATCH] Make git resolver label explicit Prior to this commit, the label of `ResolutionRequest` example is ignored, and some users got confused about the usage. This commit adds the missing labels explicitly to minimize confusion. /kind documentation --- docs/git-resolver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/git-resolver.md b/docs/git-resolver.md index 0f659cfa969..9e751fb1617 100644 --- a/docs/git-resolver.md +++ b/docs/git-resolver.md @@ -223,6 +223,8 @@ spec: apiVersion: resolution.tekton.dev/v1alpha1 kind: ResolutionRequest metadata: + labels: + resolution.tekton.dev/type: git ... spec: params: