disable watchtower cleanup flag

Otherwise watchtower throws image removal errors like:
Error: No such image: sha256:abdc

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-01-23 13:29:47 +01:00
parent 0f426e1b51
commit aeb4345600
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
# Consul Encryption
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
# Disable Watchtower cleanup to avoid removal errors
bootstrap__watchtower_cleanup_flag: false
# Custom SSH accounts for Nimbus fleet
bootstrap__active_users:
- { name: adamb, uid: 7003, groups: [] }