From e0ddfa98fdc140adcc48b53e31be6a688d061d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 10 Jun 2020 13:01:28 +0200 Subject: [PATCH] all: stop disabling watchtower cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index a18829e..57f571d 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -27,9 +27,6 @@ consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-ke # Add volume for Nimbus data bootstrap__extra_volume_path: '/docker' -# Disable Watchtower cleanup to avoid removal errors -bootstrap__watchtower_cleanup_flag: false - # Beacon nodes can be quite memory hungry swap_file_path: '/docker/main.swap' swap_file_size_mb: 2048