Skip to content

Commit

Permalink
Add results-from feature flag to config-feature-flags.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chitrangpatel authored and tekton-robot committed May 23, 2023
1 parent dffb5f4 commit 8565aab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config-feature-flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ data:
# If set to "none", then Tekton will not have non-falsifiable provenance.
# This is an experimental feature and thus should still be considered an alpha feature.
enforce-nonfalsifiablity: "none"
# Setting this flag will determine how Tekton pipelines will handle extracting results from the task.
# Acceptable values are "termination-message" or "sidecar-logs".
# "sidecar-logs" is an experimental feature and thus should still be considered
# an alpha feature.
results-from: "termination-message"

0 comments on commit 8565aab

Please sign in to comment.