Skip to content

Commit

Permalink
Add issue link to comment in controller yaml
Browse files Browse the repository at this point in the history
In commit 49a7fa2 we added
a workaround for an issue that can cause the tekton controller
to be delayed launching taskruns for the first time.

This commit updates the comment on the workaround to include
an issue link with more information about the reason for the
workaround.
  • Loading branch information
Scott authored and tekton-robot committed Jul 12, 2021
1 parent 49a7fa2 commit 7e4189d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ spec:
fieldPath: metadata.namespace
# These phony AWS credentials are here to work around a bug in the aws go sdk
# that causes extremely long delays in the execution of tasks after the initial
# deployment of the Tekton Pipelines controller.
# deployment of the Tekton Pipelines controller. See issue https://github.com/tektoncd/pipeline/issues/4087
# for more information.
- name: AWS_ACCESS_KEY_ID
value: foobarbaz
- name: AWS_SECRET_ACCESS_KEY
Expand Down

0 comments on commit 7e4189d

Please sign in to comment.