Skip to content

Commit

Permalink
Disable 'check_owner' for Tekton Result watcher
Browse files Browse the repository at this point in the history
This will enable the clean up of all PipelineRuns, including
those having ownerReferences set to RHTAP resources.

Once the flag has been confirmed to work successfully, the
default Pipelines pruner can be removed.

rh-pre-commit.version: 2.0.3
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Roming22 committed Dec 15, 2023
1 parent edb1703 commit 1b12ab2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
"tekton-results-api-service.tekton-results.svc.cluster.local:8080",
"-auth_mode",
"token",
"-check_owner",
"false",
"-completed_run_grace_period",
"10m",
]
Expand Down

0 comments on commit 1b12ab2

Please sign in to comment.