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
So the file has only one document and setting yqArg to -d1 tries to access document 1 instead of 0 which does not exist. I made the change in my fork. Will be Making a PR
The text was updated successfully, but these errors were encountered:
Expected Behavior
Push image and create deployment
Actual Behavior
Taskrun fails with
Steps to Reproduce the Problem
Run through the pipeline deployment.
Additional Info
Ran on kubernetes 1.15
Fix
The issue is that the the
skaffold
folderdeployment.yaml
removed the service yaml from the file.GoogleContainerTools/skaffold@3f93642#diff-93aba9ab4664919e9d1c519f6798bf06
So the file has only one document and setting
yqArg
to-d1
tries to access document 1 instead of 0 which does not exist. I made the change in my fork. Will be Making a PRThe text was updated successfully, but these errors were encountered: