-
Bug
-
Resolution: Done
-
Blocker
-
Pipelines 1.15.0
-
None
Description of problem:
Task tkn doesn't work
Prerequisites (if any, like setup, operators/versions):
Pipelines 1.15.0
OpenShift 4.15
Steps to Reproduce
# create following pipeline run
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: tkn-run2
spec:
pipelineSpec:
tasks:
- name: run-tkn
taskRef:
resolver: cluster
params:
- name: kind
value: task
- name: name
value: tkn
- name: namespace
value: openshift-pipelines
Actual results:
Error: command tkn $@ doesn't exist. Run tkn help for available commands
Expected results:
Default command "tkn --help" runs successfully
Reproducibility (Always/Intermittent/Only Once):
always