From 07458922bece28b209ed9d3bd9886fa1a4a9434f Mon Sep 17 00:00:00 2001 From: David Whittington Date: Mon, 20 May 2024 16:30:12 -0500 Subject: [PATCH] fix(litestream): fix ytt syntax Everything preceeded by a # is considered a ytt, so "comments" were throwing it off. --- litestream/litestream.template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/litestream/litestream.template.yaml b/litestream/litestream.template.yaml index 44fbda9b..bc076b90 100644 --- a/litestream/litestream.template.yaml +++ b/litestream/litestream.template.yaml @@ -15,7 +15,7 @@ dbs: forcePathStyle: true sync-interval: 1s snapshot-interval: 24h - retention: 168h # 7 days + retention: 168h - path: /app/data/sqlite/data.db replicas: - type: s3 @@ -25,7 +25,7 @@ dbs: forcePathStyle: true sync-interval: 1s snapshot-interval: 24h - retention: 168h # 7 days + retention: 168h - path: /app/data/sqlite/moderation.db replicas: - type: s3 @@ -35,7 +35,7 @@ dbs: forcePathStyle: true sync-interval: 1s snapshot-interval: 24h - retention: 168h # 7 days + retention: 168h - path: /app/data/sqlite/bundles.db replicas: - type: s3 @@ -45,4 +45,4 @@ dbs: forcePathStyle: true sync-interval: 1s snapshot-interval: 24h - retention: 168h # 7 days + retention: 168h