Open
Description
Versions and Operating System
-
Kubernetes version:
not needed to reproduce this bug -
Tekton Pipeline version:
Client version: 0.38.1
-
Operating System:
Mac OS Sonoma 14.6.1 (23G93)
Expected Behavior
when using --annotate
parameter with tkn bundle push
command, the annotation's value is parsed correctly if it contains comma: ,
Actual Behavior
it fails with an error: Error: invalid input format for param parameter: <the rest of the annotation value string after comma>
Steps to Reproduce the Problem
Run
➜ ~ tkn bundle push --annotate 'test=a,b' quay.io/my-quay-username/my-repo:test-tag -f some-task.yaml
*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)
Error: invalid input format for param parameter: b
Additional Info
the --annotate
parameter was introduced in this commit