Skip to content

Commit

Permalink
Make git resolver label explicit
Browse files Browse the repository at this point in the history
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
  • Loading branch information
QuanZhang-William authored and tekton-robot committed Dec 4, 2023
1 parent 158e13e commit 0749de6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/git-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ spec:
apiVersion: resolution.tekton.dev/v1alpha1
kind: ResolutionRequest
metadata:
labels:
resolution.tekton.dev/type: git
...
spec:
params:
Expand Down

0 comments on commit 0749de6

Please sign in to comment.