From 6d3b4cc8b8f3cefc58a333b4c42a8aea33edca36 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 15 Dec 2025 20:52:32 -0600 Subject: [PATCH] enable tls --- clusters/cl01tl/helm/booklore/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/helm/booklore/values.yaml b/clusters/cl01tl/helm/booklore/values.yaml index ce0036129..6a0cfcb3a 100644 --- a/clusters/cl01tl/helm/booklore/values.yaml +++ b/clusters/cl01tl/helm/booklore/values.yaml @@ -157,6 +157,8 @@ mariadb-cluster: secretAccessKeySecretKeyRef: name: booklore-mariadb-cluster-backup-secret-garage key: secret + tls: + enabled: true - name: backup-garage schedule: cron: "0 0 * * *"