Fix restic password key

This commit is contained in:
Mathis 2024-03-24 17:05:07 +00:00
parent 4a001f8005
commit 03665ac015
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ spec:
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: gitea-postgresql name: gitea-postgresql
key: postgres-password key: password
volumeMounts: volumeMounts:
- name: restic-backup-vol - name: restic-backup-vol
mountPath: /backup mountPath: /backup