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: