Skip to content

Commit

Permalink
feat: expose flag
Browse files Browse the repository at this point in the history
Signed-off-by: xuzhu-591 <[email protected]>
  • Loading branch information
xuzhu-591 committed Jul 26, 2023
1 parent 039b300 commit 51ba4fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tektoncd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tektoncd

type: application

version: 2.1.2
version: 2.1.3

appVersion: 0.28.0

Expand Down
2 changes: 1 addition & 1 deletion charts/tektoncd/templates/tekton-pipelines/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ data:
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.
scope-when-expressions-to-task: "false"
scope-when-expressions-to-task: "{{ .Values.scopeWhenExpressionsToTask }}"

---
# Copyright 2021 The Tekton Authors
Expand Down
2 changes: 2 additions & 0 deletions charts/tektoncd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ configDefaults:
# but that a TaskRun does not explicitly provide.
# default-task-run-workspace-binding: |
# emptyDir: {}
scopeWhenExpressionsToTask: "true"

0 comments on commit 51ba4fd

Please sign in to comment.