From a2000c3180de49c5c73308423901a64d272ccdc4 Mon Sep 17 00:00:00 2001 From: Konstantinos Samaras-Tsakiris <konstantinos.samaras-tsakiris@cern.ch> Date: Mon, 26 Jul 2021 07:48:26 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- tekton-task-templates/backup_resource.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton-task-templates/backup_resource.yaml b/tekton-task-templates/backup_resource.yaml index 7b37d7a..f6d193c 100644 --- a/tekton-task-templates/backup_resource.yaml +++ b/tekton-task-templates/backup_resource.yaml @@ -25,5 +25,5 @@ spec: matchLabels: app: drupal drupalSite: $DRUPALSITE - ttl: 87600h0m0s + ttl: 87600h0m0s # 10 years (prevent cleanup of on-demand backups) status: {} -- GitLab