From 3eecd0aae0e94b7f7a626d50c97e3634579eac9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 23 Nov 2025 18:31:40 +0100 Subject: [PATCH] fix(redis): Escape template --- charts/atlantis/templates/redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atlantis/templates/redis.yaml b/charts/atlantis/templates/redis.yaml index cd26aab4..33e320fb 100644 --- a/charts/atlantis/templates/redis.yaml +++ b/charts/atlantis/templates/redis.yaml @@ -47,7 +47,7 @@ spec: key: {{ .Values.redis.secret.key | quote }} {{- if .Values.redis.backup.enabled }} snapshot: - dir: "s3://obx-redis/prod-atlantis-redis + dir: "s3://obx-redis/{{ include "Atlantis.fullname" . }}-redis" cron: "0 3 * * *" # Default: every day at 03:00 enableOnMasterOnly: false persistentVolumeClaimSpec: