patch correct secret location

This commit is contained in:
Remy Moll 2023-11-22 09:46:54 +01:00
parent 82b8c9f1bf
commit d6466f0472
2 changed files with 10 additions and 0 deletions

View File

@ -23,3 +23,8 @@ spec:
&& &&
restic restic
list snapshots list snapshots
env:
- name: RESTIC_PASSWORD
valueFrom:
secretKeyRef:
name: restic-gdrive-credentials-backup

View File

@ -22,3 +22,8 @@ spec:
--verbose=2 --verbose=2
--keep-daily 7 --keep-weekly 5 --keep-daily 7 --keep-weekly 5
--prune --prune
env:
- name: RESTIC_PASSWORD
valueFrom:
secretKeyRef:
name: restic-gdrive-credentials-backup