Skip to content

Commit 9d06f22

Browse files
committed
Add results-from feature flag to config-feature-flags.yaml
Prior to this the feature flag `results-from` was only mentioned in the documentation and missing from the config-feature-flags.yaml file. This PR fixes it and sets it to "termination-message" which is the default value.
1 parent cec2422 commit 9d06f22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/config-feature-flags.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ data:
9191
# If set to "none", then Tekton will not have non-falsifiable provenance.
9292
# This is an experimental feature and thus should still be considered an alpha feature.
9393
enforce-nonfalsifiablity: "none"
94+
# Setting this flag will determine how Tekton pipelines will handle extracting results from the task.
95+
# Acceptable values are "termination-message" or "sidecar-logs".
96+
# "sidecar-logs" is an experimental feature and thus should still be considered
97+
# an alpha feature.
98+
results-from: "termination-message"

0 commit comments

Comments
 (0)