diff --git a/manifests/kube-janitor.yaml b/manifests/kube-janitor.yaml index ae9fa38..90bcbcd 100644 --- a/manifests/kube-janitor.yaml +++ b/manifests/kube-janitor.yaml @@ -53,11 +53,11 @@ data: rules.yaml: |- rules: - id: tekton-tasks - # remove deployments and statefulsets without a label "application" resources: - pods + - pipelineruns jmespath: "(metadata.labels.\"tekton.dev/pipeline\")" - ttl: 1h + ttl: 3h ---