From 53c77ebcac2897fb711f48fde9e9f4eed6b02de9 Mon Sep 17 00:00:00 2001 From: rverdile Date: Thu, 11 Dec 2025 13:59:35 -0500 Subject: [PATCH] HMS-9846: add retain_days_limit to cleanup deployment --- deployments/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployments/deployment.yaml b/deployments/deployment.yaml index 1e7584eb4..63fd366de 100644 --- a/deployments/deployment.yaml +++ b/deployments/deployment.yaml @@ -839,6 +839,8 @@ objects: name: content-sources-candlepin key: key optional: true + - name: OPTIONS_SNAPSHOT_RETAIN_DAYS_LIMIT + value: ${OPTIONS_SNAPSHOT_RETAIN_DAYS_LIMIT} - name: pulp-orphan-cleanup # https://crontab.guru/ schedule: ${WEEKLY_CRON_JOB}