patch correct secret location
This commit is contained in:
parent
82b8c9f1bf
commit
d6466f0472
@ -23,3 +23,8 @@ spec:
|
|||||||
&&
|
&&
|
||||||
restic
|
restic
|
||||||
list snapshots
|
list snapshots
|
||||||
|
env:
|
||||||
|
- name: RESTIC_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: restic-gdrive-credentials-backup
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user