diff --git a/config/config-feature-flags.yaml b/config/config-feature-flags.yaml index 9313eeec2f1..606f20a9880 100644 --- a/config/config-feature-flags.yaml +++ b/config/config-feature-flags.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 The Tekton Authors +#f Copyright 2019 The Tekton Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,12 +24,12 @@ 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 + # The default behaviour is for Tekton to not 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" + disable-affinity-assistant: "true" # Setting this flag to "true" will prevent Tekton overriding your # Task container's $HOME environment variable. #