update backup naming

This commit is contained in:
2024-09-30 15:28:34 +02:00
parent 4f3e35acf8
commit 07c3a0f086
5 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: restic-rclone-gdrive
name: restic-backblaze
spec:
successfulJobsHistoryLimit: 2
@@ -12,7 +12,7 @@ spec:
template:
spec:
restartPolicy: Never
hostname: restic-k3s-pod
hostname: restic-kluster
# used by restic to identify the host
containers:
# run after completion of initContainers
@@ -62,7 +62,7 @@ spec:
secretKeyRef:
name: backblaze-credentials
key: key-id
- name: AWS_ACCESS_KEY
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: backblaze-credentials