Support from
clause for resources in Conditionals
#1256
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Expected Behavior
Resources in Conditions should be able to use output resources from other tasks using the
from
clause. This will become very important when we have resource immutability and new output resources are created from the original resource spec.On generating the pod for conditions, if 'from' is used for the condition's resource, the pod could mount to that resource (e.g. /pvc/) then copy to condition resource's workspace.
This is similar to Task usage in the pipeline.
Actual Behavior
No support 'from', any Git resource declared for the condition will be handled as normal Git fetch.
Steps to Reproduce the Problem
Additional Info
Originally posted by @bobcatfish in #1151:
Issue updated with #1499
The text was updated successfully, but these errors were encountered: