Skip to content

Commit

Permalink
Update the scope-when-expressions-to-task feature flag docs
Browse files Browse the repository at this point in the history
In tektoncd#4580, we changed the
flag default from "false" to "true". However, the documentation
above the flag was still describing what setting it to "true" would
do. In this change, we update the documentation to focus on the
non-default option that users can choose to set - "false". We also
add a reference to TEP-0059 and relevant docs for more details.
  • Loading branch information
jerop authored and khrm committed May 19, 2022
1 parent 405bd3b commit 5e2ae83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/config-feature-flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ data:
# Setting this flag will determine which gated features are enabled.
# Acceptable values are "stable" or "alpha".
enable-api-fields: "stable"
# Setting this flag to "true" scopes when expressions to guard a Task only
# instead of a Task and its dependent Tasks.
# Setting this flag to "false" scopes when expressions to guard a Task and
# its dependent Tasks. This flag defaults to "true"; when expressions guard
# the Task only. See TEP-0059 and Pipeline documentation for more details.
scope-when-expressions-to-task: "true"

0 comments on commit 5e2ae83

Please sign in to comment.