Skip to content

Commit

Permalink
Add disable-affinity-assistant feature flag to config
Browse files Browse the repository at this point in the history
This feature flag is implemented, but was not added to the
config-feature-flags.yaml file

/kind misc
  • Loading branch information
jlpettersson authored and tekton-robot committed Jun 4, 2020
1 parent 8ff3169 commit ec1de73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/config-feature-flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ metadata:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-pipelines
data:
# Setting this flag to "true" will prevent Tekton to create an
# Affinity Assistant for every TaskRun sharing a PVC workspace
#
# The default behaviour is for Tekton to create Affinity Assistants
#
# See more in the workspace documentation about Affinity Assistant
# https://github.com/tektoncd/pipeline/blob/master/docs/workspaces.md#affinity-assistant-and-specifying-workspace-order-in-a-pipeline
# or https://github.com/tektoncd/pipeline/pull/2630 for more info.
disable-affinity-assistant: "false"
# Setting this flag to "true" will prevent Tekton overriding your
# Task container's $HOME environment variable.
#
Expand Down

0 comments on commit ec1de73

Please sign in to comment.