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
Hey @bibi520 ! This is to support the from syntax which lets you provide data from one Task to another Task. There is some bugs such as #1007 which make it so this is always done, even if you don't need it :( but in #1076 we are trying to fix this and you shouldn't see unnecessary PVCs created by the time we go beta 🤞
1.this is my pipeline yaml
apiVersion: tekton.dev/v1alpha1
kind: Pipeline
metadata:
name: demo-pipeline
spec:
resources:
type: git
type: image
tasks:
taskRef:
name: build-app
resources:
inputs:
resource: source-repo
outputs:
resource: push-image
The text was updated successfully, but these errors were encountered: