-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When max-keep-runs is exceeded, The GitHub basic auth secret for the latest pipelineRun is deleted. For example, if max-keep-runs is set to 1, kick off a pipelineRun. when it's done, kick off another instance of the same pipelineRun. When the second pipelineRun is done and pac performs a cleanup to delete the first pipelineRun, the deletion is proper for first pipelinerun, but it also deletes the secret associated with the second pipeline run Signed-off-by: Savita Ashture <sashture@redhat.com>
- Loading branch information
1 parent
03330fb
commit 78c1036
Showing
3 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters