From 411dfd267eb968c04e60d1cdc2c39258fad6b849 Mon Sep 17 00:00:00 2001
From: Vineet Reddy Rajula <rajula.vineet.reddy@cern.ch>
Date: Fri, 23 Jul 2021 18:31:49 +0200
Subject: [PATCH] Add ttl for on-demand backup as 10years

---
 tekton-task-templates/backup_resource.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tekton-task-templates/backup_resource.yaml b/tekton-task-templates/backup_resource.yaml
index 6eff9b5..7b37d7a 100644
--- a/tekton-task-templates/backup_resource.yaml
+++ b/tekton-task-templates/backup_resource.yaml
@@ -25,4 +25,5 @@ spec:
     matchLabels:
       app: drupal
       drupalSite: $DRUPALSITE
+  ttl: 87600h0m0s
 status: {}
-- 
GitLab