Skip to content

Commit

Permalink
Disable OSP pruner
Browse files Browse the repository at this point in the history
Tekton Results is now fully in charge of the deletion
of pipelineruns

rh-pre-commit.version: 2.0.3
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Roming22 committed Jan 10, 2024
1 parent 00b73c9 commit 8074097
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,4 @@ spec:
kube-api-qps: 50
kube-api-burst: 50
pruner:
# Some resources have an ownerReference which prevents them from being deleted
# by tekton-results.
# Until this is fixed, the pruner will handle those resources.
# disabled: true
keep: 10
resources:
- pipelinerun
schedule: 0/2 * * * *
disabled: true

0 comments on commit 8074097

Please sign in to comment.