fix(redis): Correct s3 path

This commit is contained in:
2025-11-23 18:36:36 +01:00
parent 859b5d8ae3
commit 917190cd34
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
key: {{ .Values.redis.secret.key | quote }}
{{- if .Values.redis.backup.enabled }}
snapshot:
dir: "s3://obx-redis/{{ include "Atlantis.fullname" . }}-redis"
dir: "s3://obx-redis/hel1/{{ include "Atlantis.fullname" . }}-redis"
cron: "0 3 * * *" # Default: every day at 03:00
enableOnMasterOnly: false
persistentVolumeClaimSpec: