You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following TaskRun (using embedded Task, but it's the same with Task references), it fails with InvalidImageName, as the image name passed to kubernetes is $(params.image)(aka not interpolated).
Expected Behavior
Given the following
TaskRun
(using embeddedTask
, but it's the same withTask
references), it fails withInvalidImageName
, as the image name passed to kubernetes is$(params.image)
(aka not interpolated).Actual Behavior
It resolves the param value and "just" work.
Steps to Reproduce the Problem
TaskRun
similar to aboveAdditional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: