Fix restic password key
This commit is contained in:
parent
4a001f8005
commit
03665ac015
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue